CircuitState
CircuitState =
"closed"|"open"|"half-open"
Defined in: src/policies/resilience/circuit-breaker.ts:18
The three states of the circuit breaker state machine.
CircuitState =
"closed"|"open"|"half-open"
Defined in: src/policies/resilience/circuit-breaker.ts:18
The three states of the circuit breaker state machine.