failsafe
failsafe copied to clipboard
CircuitBreaker policy should allow jittering
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.