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

Circuit breaker should be configured to trip on an error percentage #37

Closed
lance opened this issue Mar 30, 2017 · 0 comments
Closed

Circuit breaker should be configured to trip on an error percentage #37

lance opened this issue Mar 30, 2017 · 0 comments
Assignees

Comments

@lance
Copy link
Member

lance commented Mar 30, 2017

Currently the circuit breaker's option for error threshold is a fixed, cumulative number. This doesn't make much sense in the case where errors occur very infrequently, but add up over time.

See: https://github.com/Netflix/Hystrix/wiki/Configuration#circuitBreaker.errorThresholdPercentage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants