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

Add exponential backoff with jitter retry #1122

Closed
simonbasle opened this issue Mar 12, 2018 · 0 comments
Closed

Add exponential backoff with jitter retry #1122

simonbasle opened this issue Mar 12, 2018 · 0 comments
Milestone

Comments

@simonbasle
Copy link
Member

The widely configurable version would stay in extra, but having a sane default backoff version with the advanced behavior would be nice. We think that sane default is exponential backoff with random jitter.

@simonbasle simonbasle added this to the 3.2.0.RELEASE milestone Mar 12, 2018
simonbasle added a commit that referenced this issue Mar 28, 2018
This form of retry is similar to the one provided by reactor-extra,
but exposing less configuration options. Instead, it uses sane defaults
to result in an exponential backoff that is randomized with jitter.
@simonbasle simonbasle modified the milestones: 3.2.0.RELEASE, 3.2.0.M2 May 17, 2018
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