awolden / brakes

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

CircuitBrokenError is taking threshold as failure rate #87

Open danielwpz opened 7 years ago

danielwpz commented 7 years ago

CircuitBrokenError is taking threshold as failure rate, however it is success rate. The error message is wrong in that way.