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

[Recovery] Add delay after which fail count is reset #1862

Open
raulb opened this issue Sep 20, 2024 · 0 comments
Open

[Recovery] Add delay after which fail count is reset #1862

raulb opened this issue Sep 20, 2024 · 0 comments
Labels
feature New feature or request triage Needs to be triaged

Comments

@raulb
Copy link
Member

raulb commented Sep 20, 2024

Feature description

As described in this design document, to control intermittent errors, the recovery mechanism will have a parameter named HealthyAfter that

This pull-request implemented the restart of a pipeline to be recovered, but it was considered tackling HealthyAfter separately considering it'd increase its scope notably.

Some details

Possible solution

Spawn a goroutine that resets the backoff after a certain time.

@raulb raulb added feature New feature or request triage Needs to be triaged labels Sep 20, 2024
@raulb raulb changed the title [Recovery] Add delay which fail count is reset [Recovery] Add delay after which fail count is reset Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Needs to be triaged
Projects
Status: Todo
Development

No branches or pull requests

1 participant