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