Re: RateExceededError & QuotaExceededError

2011-10-23 Thread Anash P. Oommen
Hi Yaron, You should probably build a sleep and retry loop into your code to take care of RateExceededError/QuotaExceededError. Also, sandbox is meant for development, not for load testing. Do not test your code against sandbox beyond verifying functional accuracy. Cheers, Anash P. Oommen

RateExceededError & QuotaExceededError

2011-10-21 Thread Yaron Elkayem
Hi to the support team, After several (4 to 12 in this example) SOAP request against the sandbox, for each service, there is a systematical ApiError response of type RateExceededError or QuotaExceededError. we are using the V201101 version and are migrating from v200909. we did not receive this