You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
When I run RSpec tests with a lot of failing cases, it causes the circuit breaker to open and many subsequent tests fail with the CircuitbreakerOpen Exception.
We should somehow disable the circuit breaker when the StubAdapter is being used.
The text was updated successfully, but these errors were encountered:
We could have something like a Adapter#use_circuit_breaker? method or something 😕. Then client would check if it’s adapter wants to use a circuit breaker or not. That method would return true by default. Then we’d override it in stub adapter to be false.
When I run RSpec tests with a lot of failing cases, it causes the circuit breaker to open and many subsequent tests fail with the CircuitbreakerOpen Exception.
We should somehow disable the circuit breaker when the StubAdapter is being used.
The text was updated successfully, but these errors were encountered: