I've found via trial and error if I run a single-threaded process making requests against the TargetingIdeaService, I can get about 33 requests per second.
If I run 2 processes making the exact same call, I get the RateExceededError once I exceed more than 2 calls every 1.5 seconds, or about 0.75 requests per second. That's a pretty heavy penalty for trying to load-balance my application. I notice in the error returned it says: RateExceededError <rateName=Requests, rateKey=light_qps, rateScope=ACCOUNT, retryAfterSeconds=30> I see there is a parameter rateKey=light_qps but I can't find any documentation on this anywhere. I assume it's some indication of my rate limits. Is there some other rateKey that I can apply for that will let me have more than 1 thread active? Or something else I can do about this? Thanks Rick -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
