TooManyRequests error #59
Answered
by
sergioteula
sergioteula
asked this question in
Help
|
If you're getting this error it's probably due to some of below reasons:
There are some interesting resources you can check to try finding the root cause: You can ask for help here if you need, but please don't open new issues. |
Answered by
sergioteula
Sep 11, 2021
Replies: 3 comments 5 replies
|
I'd like to handle the AmazonException in case of the TooManyRequests error, to avoid crashing the script. It's common for me that I execute more than one worker that could send requests at the same time. What have I to write in try/except block so? |
2 replies
|
You can now handle ToManyRequests exception with the new API version. |
1 reply
Answer selected by
sergioteula
|
This is 2024, and I'm still encountering the same error. I used the code in the github docs for node.js. Is there something I need to know? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can now handle ToManyRequests exception with the new API version.