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

Reset errors_count after successful execute() #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 30, 2017

  1. Reset errors_count after successful execute()

    After an intermittent issue is resolved in the pipeline, the `errors_count` is not reset even after a future successful execution.
    Eventually, circuit breaker to stop accepting future request.
    
    This patch makes circuit breaker accept future request after the intermittent issue is resolved.
    KS Chan committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    d8026d3 View commit details
    Browse the repository at this point in the history