-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Request is throttled #99
Comments
The reason is that amazon has maximum request quota of requests you are able to send. More info: amazon doc |
I have a problem related to this issueWhen amount of orders is more then 600 there is now way to get all orders at once because the request is throttled. maxResultsPerPage value must be less than 100 so in order to get 600 orders it has to be 6 requests to amazon when maximum request quota is 6: Amazon doc |
How to solve this problem, "nextToken" is filtered out |
It doesn't happen all the time, however since I have imports of orders on cron job (every 3 minutes) I sometimes find my server crashed with this error:
Here is my setup:
And here is where I am getting orders:
The text was updated successfully, but these errors were encountered: