Circuit breaker design pattern: Difference between revisions

Content deleted Content added
caps. layout. MOS:TERM.
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 16:
=== Closed state ===
[[File:Circuit Breaker -Closed state.png|thumb|Closed state]]
When everything is normal, the circuit breakers remain ''closed'', and all the requestrequests passespass through to the services. If the number of failures increases beyond the threshold, the circuit breaker trips and goes into an ''open'' state.
{{clear}}