Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about " The maximum number of operations per yield point is 500" ? #186

Open
YohanWadia opened this issue Dec 9, 2024 · 1 comment

Comments

@YohanWadia
Copy link

Hi
Im trying to update more than 100 contacts at a time...
the only thing that I am updating may be 1 or 2 phone numbers in the entire contact.
between each consecutive contacts update I am using await.

My question is what is meant by "max number of operations per yield point is 500?

Does yield point mean that one contact that I am updating? and that should not have more than 500 properties?
But what if Im only updating 2 properties out of 10... does that still count as 10 operations?
... and if I am updating contacts with many properties... is it fine if I am calling await between each update?

Thanks,
Just wanted some clarity,
YO

@YohanWadia
Copy link
Author

????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant