Handle 429 Too Many Requests error from API? #23
michaelwittig
started this conversation in
Ideas
Replies: 2 comments
-
|
Sorry, just getting back to this, I think I've implemented something can handle this, it's a really good suggestion. Just need to get some more stuff out the way on this, happy to get suggestions though if there are improvements to be had :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No worries. I stopped using the pull based approach because of the very low api rate limit (1200 requests per five minutes). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I recently encountered 429 errors (the default limit seems to be 1200 req/5min). The error is emitted as an
errorevent.I wonder if 429 errors should be handled in
src/lib/cloudflare.tsby using an exponential backoff strategy (which the AWS SDK implements for us when using SQS).Please let me know your thoughts.
Michael
Beta Was this translation helpful? Give feedback.
All reactions