Replies: 1 comment 1 reply
-
It should be using exponential backoff. I can double check that the algorithm is working. You can also tune the sigma interval and ceiling for the exponential backoff if you use a The v6 connection object provides a lot more flexibility with callbacks to update requests and responses too, as a quick note of things to come. :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Sometimes we get 429'd on providers that are in a FallbackProvider collection. It retires which is expected but it seems to retry a lot, causing a lot of requests to the service, and then more rate limits. Is it possible to treat 429s in a FallbackProvider scenario as just pure failures, instead of retrying? Or disable the retry behaviour all together on the provider level?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions