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
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