CircuitBreakerSettings Properties |
The CircuitBreakerSettings type exposes the following members.
Name | Description | |
---|---|---|
CallTimeout |
Maximum time available for operation to execute before
CircuitBreaker considers it a failure.
| |
MaxFailures |
Maximum number of failures that can happen before the circuit opens.
| |
ResetTimeout |
Timeout that has to pass before CircuitBreaker
moves into half-closed state, trying to eventually close
after sampling an operation.
|