cb2 icon indicating copy to clipboard operation
cb2 copied to clipboard

Implementation of the circuit breaker pattern in Ruby, backed by Redis

Results 6 cb2 issues
Sort by recently updated
recently updated
newest added

Hi @pedro! Any plans to support Redis 4? I see that at the moment it's only 3.x support.

Hi, In the case of a shared Redis instance, if one service using CB2 breaks, it breaks all other services using CB2 since the key name is rather unique. This...

Hi It looks like CB2 can never become fully closed after being opened once. [Here's a failing test](https://gist.github.com/v-yarotsky/89fdc743a7e17e98f502). The rolling window strategy's [`#half_open?`](https://github.com/pedro/cb2/blob/41481eba7bd8b8fcd097cf89d31838dc16a7a2ad/lib/cb2/strategies/rolling_window.rb#L22) is pretty much the opposite of `#open?`,...

I'm working on the open source project [VersionEye](https://www.versioneye.com). By adding the license info to the gempspec it becomes available through the public RubyGems API and that way other tools like...

what is the current state of this gem? the last commit dates from a year ago...is it still maintained or its just "done"?

FWIW, I am maintaining a fork at https://github.com/prognostikos/cb2 as we use this in production. I'd be happy to take over the gem if that's an option, or otherwise contribute back...