You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: