circuit_switch
circuit_switch copied to clipboard
circuit_switch is a gem for 'difficult' application. This switch helps to make changes easier and deploy safely.
This fixes #10 This new `Store` class is a substitution for `CircuitSwitch::CircuitSwitch` which might cause deadlock. I'll modify Engine to use Store as well but it'll take some time (using...
`CircuitSwitch.run` and `CircuitSwitch.report` increment `run_count` and `report_count` when they are called. If many method calls pour into, `CircuitSwitch` tries writing to the single record frequently. This might cause too many...
Since the release of sqlite3 2.x, CI breaks with the following error. ``` /opt/hostedtoolcache/Ruby/3.3.3/x64/lib/ruby/3.3.0/bundler/rubygems_integration.rb:237:in `block (2 levels) in replace_gem': Error loading the 'sqlite3' Active Record adapter. Missing a gem it...