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 flags to configure exponential back-off retry #664

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Apr 11, 2022

Add two new flags to enable users to configure exponential back-off for Flux objects. The default values are now set to 750ms for minimum retry time, and 15min for maximum delay.

There is no maximum amount of attempts, the controller will continue to retry for as long as it takes.

@hiddeco hiddeco added the enhancement New feature or request label Apr 11, 2022
@pjbgf pjbgf marked this pull request as ready for review April 11, 2022 13:04
Add two new flags to enable users to configure exponential
back-off for Flux objects. The default values are now
set to 750ms for minimum retry time, and 15min for max.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants