Circuit Breaker
A resilience pattern that prevents cascading failures by stopping requests to a failing service after a threshold of errors, allowing it time to recover.
Protocolos relacionados
Mencionado em guias
Cenários relacionados
Veja também
Retry Strategy
Error Handling
Graceful Degradation
Error Handling
Fallback
Error Handling
Error Boundary
Error Handling
Health Check
Error Handling
Timeout Budget
Error Handling
Backpressure
Error Handling
Thundering Herd
Error Handling
Bulkhead Pattern
Error Handling
Fail Open / Fail Closed
Error Handling
Health Check Endpoint
Infrastructure
Observability
Infrastructure