awolden / brakes

Hystrix compliant Node.js Circuit Breaker Library
MIT License
300 stars 35 forks source link

Circuits should be nameable #7

Closed awolden closed 8 years ago

awolden commented 8 years ago

When a circuit is created you should be able to pass a name and have that state stored internally within the circuit breaker.

awolden commented 8 years ago

This issue has been fixed in release 2.0

jwb commented 7 years ago

The name of the circuit should be part of the CircuitBrokenError.