awolden / brakes

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

Hystrix fixes #57

Closed awolden closed 7 years ago

awolden commented 7 years ago

Fixes issue where request timeouts were being ignored in the reported Hystrix error %. The issue did not impact the calculation that determines whether or not a circuit should be opened.