failsafe icon indicating copy to clipboard operation
failsafe copied to clipboard

CircuitBreaker policy should allow jittering

Open testn opened this issue 9 years ago • 0 comments

CircuitBreaker policy should allow jittering so that if there is short interrupt, the circuit breaker will not close at the same time (similar to how RetryPolicy works). It is useful if the circuit breaker is used on multiple clients and there is some short interruption on the server.

testn avatar Oct 24 '16 19:10 testn