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

Consider a smaller exponential backoff #582

Open
shanefontaine opened this issue Feb 14, 2024 · 0 comments
Open

Consider a smaller exponential backoff #582

shanefontaine opened this issue Feb 14, 2024 · 0 comments

Comments

@shanefontaine
Copy link
Member

Consider a smaller exponential backoff that will allow for up to 90% improvement in most cases where retries occur.

Possible implementation:

  • Maybe update from 1s → 100ms
  • Maybe add variance so that we do not constantly hit rate limits since all are at the exact same time.

Considerations

  • Will a faster backoff actually work against us and cause more rate limits?

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant