CircuitBreaker configs (condition, action, cooldown_hours) are parsed but never evaluated or inserted into state.tripped_breakers. Rules with circuit breakers are effectively dead code.
Options:
- Implement full circuit-breaker evaluation
- Remove the scaffolding and add back when ready
Ref: PR #14 CodeRabbit review
CircuitBreaker configs (condition, action, cooldown_hours) are parsed but never evaluated or inserted into state.tripped_breakers. Rules with circuit breakers are effectively dead code.
Options:
Ref: PR #14 CodeRabbit review