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

feat: allow failure retries with exponential backoffs and 'until' predicates #1527

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

jponge
Copy link
Member

@jponge jponge commented Feb 28, 2024

Fixes #1510

@jponge jponge added this to the 2.6.0 milestone Feb 28, 2024
@jponge jponge added the enhancement New feature or request label Feb 28, 2024
@jponge jponge requested a review from cescoffier February 28, 2024 15:52
@cescoffier
Copy link
Contributor

Nice!

@jponge
Copy link
Member Author

jponge commented Feb 28, 2024

(do not merge, I see a minor optimisation in nearby code)

@jponge jponge enabled auto-merge February 28, 2024 18:08
@jponge jponge merged commit 0809ce3 into main Feb 28, 2024
5 checks passed
@jponge jponge deleted the feat/backoff-retries-with-until-predicate branch February 28, 2024 18:26
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
None yet
Development

Successfully merging this pull request may close these issues.

Allow combining backoff retries with an until predicate
2 participants