Sorry for the delayed response I was on vacation. I guess I am confused. If I send one request with 2000 operations regardless of the time period between requests, I get the above RateExceededError EVERY TIME. If I send 8 request with 500 ops each simultaneously from different threads for same account, I get no errors. So empirically, I don't get how this is an ops/s issue instead of just a to many ops issue.
also on a side note, having different limits in the sandbox vs. production severely hampers any optimization attempts since doing performance testing against production is prohibitively expensive, and the different limits renders any results invalid. On Nov 24, 7:09 am, Danial Klimkin <[email protected]> wrote: > Hello Ian, > > Correct, but it is too many operations per time period, not request. I > would like to repeat the limits are different for the production > environment. > > Also, please consider using MutateJobService which is specifically designed > to handle large requests. > > -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
