breaker
breaker copied to clipboard
Circuit breaker pattern for well designed Ruby applications
This PR avoids some misspellings and typos in the README.
- We observed an issue recently where the circuit breakers for our application got stuck open and had to be manually closed by editing the fuse database. - We believe...
Hi, Sorry for the botched PR(#5) We've sort of taken this code and rewritten it quite a bit to make it [work for us](https://github.com/sportngin/breaker). I'm curious if you're open to...
I was reading the readme and it seems that all calls in the half closed state make the circuit move from half closed to open, even failed calls. I think...