We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The breaker should emit the following events:
execute || fire
reject
timeout
failure
success
open
close
halfOpen
The text was updated successfully, but these errors were encountered:
Fixed in 42b82c4
Sorry, something went wrong.
No branches or pull requests
The breaker should emit the following events:
execute || fire
- emitted when the breaker action is executed.reject
- when a breaker is fired, but it's either open or half-opentimeout
- when a fired action times outfailure
- when a fired action failssuccess
- when a fired action succeedsopen
- when the breaker is openedclose
- when the breaker is closedhalfOpen
- when the breaker is half openThe text was updated successfully, but these errors were encountered: