You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Javascript port of Hystrix like circuit breaker which can be used to provide stability and prevent cascading failures in distributed systems. Commands are passed through the circuit breaker for allowing execution. The circuit breaker will stop allowing executions if failures have gone past the defined threshold.