Hi Today I noticed that the sandbox is returning retryAfterSeconds of zero seconds. I have my application set to wait exactly the number of seconds returned before retrying the api call. It retries up to a certain limit before giving up. Because the value returned is zero, my application would instantly retry and still get RateExceededError, and so it quickly hits the retry limit.
Here's part of the soap body message the log generates <errorString>RateExceededError.RATE_EXCEEDED</errorString><ApiError.Type>RateExceededError</ApiError.Type><reason>RATE_EXCEEDED</reason><retryAfterSeconds>0</retryAfterSeconds></errors> Is this a bug in the sandbox? It used to always return 30seconds and then would be successful on the next retry but now that it is zero, it quickly fails after 3 attempts. The API should be returning a figure that is close to the correct amount of time to wait, zero clearly isn't this figure. Minh -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en