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

implement truncated exponential backoff with jitter #21

Open
adk-swisstopo opened this issue Jun 20, 2024 · 0 comments
Open

implement truncated exponential backoff with jitter #21

adk-swisstopo opened this issue Jun 20, 2024 · 0 comments

Comments

@adk-swisstopo
Copy link

The -d option supports multiple delays but if a user wants to implement (jittered) exponential backoff they still need to do the calculation themselves. Could you please add an option that generates a reasonable backoff sequence directly?
Even better if we can have a jitter option, that can be separate.

Related reading material:
https://aws.amazon.com/builders-library/timeouts-retries-and-backoff-with-jitter/
https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/

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

No branches or pull requests

1 participant