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 was archived by the owner on Feb 6, 2026. It is now read-only.
Hi,
We're using phystrix circuit breaker. and it's very successful.
I have a question regarding to the BadRequestException, which from what I understand is a client error. So circuit breaker should not be opened; or if it's already opened should be closed.
What do you think in case of allowSingleTest, should there be a $circuitBreaker->markSuccess();here
Thanks
Hi,
We're using phystrix circuit breaker. and it's very successful.
I have a question regarding to the
BadRequestException, which from what I understand is a client error. So circuit breaker should not be opened; or if it's already opened should be closed.What do you think in case of
allowSingleTest, should there be a$circuitBreaker->markSuccess();hereThanks