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

Allow dynamic failure execution threshold in circuit breakers #27

Open
jhalterman opened this issue Feb 8, 2024 · 0 comments
Open

Allow dynamic failure execution threshold in circuit breakers #27

jhalterman opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jhalterman
Copy link
Collaborator

When using time based thresholding in circuit breakers, the failure execution threshold influences how much trial load is allowed in when in a half-open state. Getting this number right likely depends on the normal volume of executions that go through the circuit breaker, so it makes sense that this setting could be dynamic/computed, where a user could provide a value that is based on the recent execution volume. This way we don't risk over or under-loading the breaker in the half-open state.

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

No branches or pull requests

1 participant