Configure per-strategy circuit protection and failure handling
strategy
in a config may define a cb_config
with the following fields:
cb_config
from a parent if not set at their level.cb_config
from their parent strategy.conditional
mode are not considered in circuit breaker logic.minimum_requests
threshold and calculates failure rate as percentagefailure_threshold
, orfailure_threshold_percentage
.cooldown_interval
has passed.
When the cooldown period ends, the circuit is CLOSED automatically, and failure counters are reset.