gem install cirtuit_b
Classic Circuit Breaker implementing a well-known stability pattern to wrap your code that can potentially fail or get stuck, and start failing-fast after the given number of failures. Used to protect the resources and increase the response time (as opposed to retrying and waiting infinitely).
Comments
Just noticed that gem line should read:
gem install circuit_bPost a comment