Content deleted Content added
Line 41:
[[File:Circuit Breaker -Closed state.png|thumb|Circuit Breaker Closed State]]
=== Half Open state ===
In this state circuit breaker returns an error immediately without even invoking the services. The Circuit breakers move into the half-open state after a timeout period elapses. Usually, it will have a monitoring system where the timeout will be specified.
[[File:Circuit Breaker -Openstate.png|thumb|Circuit Breaker Open State]]
|