Skip to content
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

Exponential backoff factor for HTTP request retries #3210

Closed
2 tasks done
Tracked by #2854
fselmo opened this issue Jan 29, 2024 · 1 comment
Closed
2 tasks done
Tracked by #2854

Exponential backoff factor for HTTP request retries #3210

fselmo opened this issue Jan 29, 2024 · 1 comment
Labels
v7 breaking changes considered for v7

Comments

@fselmo
Copy link
Collaborator

fselmo commented Jan 29, 2024

Make the backoff_factor for the ExceptionRetryConfiguration class work as an actual exponential "backoff factor" rather than just defining how long we sleep between retries. See how we implemented this in WebsocketProviderV2 and do something similar to that.

Tasks

@fselmo fselmo added the v7 breaking changes considered for v7 label Jan 29, 2024
@fselmo
Copy link
Collaborator Author

fselmo commented Apr 24, 2024

closed by #3358

@fselmo fselmo closed this as completed Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v7 breaking changes considered for v7
Projects
None yet
Development

No branches or pull requests

1 participant