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 #399

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Aug 9, 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 max.

Fixes #363.

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>
@pjbgf pjbgf added this to the GA milestone Aug 9, 2022
@pjbgf pjbgf merged commit 7272df7 into fluxcd:main Aug 10, 2022
@pjbgf pjbgf deleted the back-off branch August 10, 2022 08:21
@pjbgf pjbgf mentioned this pull request Aug 11, 2022
@stefanprodan stefanprodan modified the milestones: GA, Bootstrap GA Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add flags to configure exponential back-off retry
3 participants