Circuit breaker design pattern: Difference between revisions

Content deleted Content added
Reverting edit(s) by 76.164.242.99 (talk) to rev. 1263311775 by Kvng: Unexplained content removal (UV 0.1.6)
No edit summary
 
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}}