CircuitBreakerConfig Type
Circuit breaker configuration
Record fields
| Record Field |
Description
|
Full Usage:
FailureThreshold
Field type: int
|
Number of failures before opening the circuit
|
|
Duration the circuit stays open before transitioning to half-open
|
Full Usage:
SuccessThreshold
Field type: int
|
Number of successes in half-open state to close the circuit
|
Static members
| Static member |
Description
|
|
|
Nao