Skip to content

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.

Notifications You must be signed in to change notification settings

itkoren/circuit-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

About

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.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published