TooManyRequests error #59
-
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. |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
-
You can now handle ToManyRequests exception with the new API version. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
You can now handle ToManyRequests exception with the new API version.