
Circuit Breaker
Three-state circuit breaker state machine shared by the database wrapper (CircuitBreakerStore) and per-backend wrapper (CircuitBreakerBackend). Hover over any component for implementation details.
Legend
| Color | Meaning |
|---|---|
| Forest green | Entry point |
| Amber | Failure tracking |
| Green border | Decision / branch |
| Teal | Processing step |
| Green | Success / recovery |
| Red | Rejection / circuit open |