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
Description
A volume-threshold circuit breaker is referenced but its thresholds and current state should be admin-configurable and externally observable for the emergency-recovery workflow.
Direction
In risk_management/alerts, expose set_circuit_breaker_threshold(window_secs, max_volume) (admin) and get_circuit_breaker_status() -> {tripped, current_volume, threshold, window}.
Auto-trip pauses trading and emits a CircuitBreakerTripped alert; add admin reset_circuit_breaker.
Description
A volume-threshold circuit breaker is referenced but its thresholds and current state should be admin-configurable and externally observable for the emergency-recovery workflow.
Direction
risk_management/alerts, exposeset_circuit_breaker_threshold(window_secs, max_volume)(admin) andget_circuit_breaker_status() -> {tripped, current_volume, threshold, window}.CircuitBreakerTrippedalert; add adminreset_circuit_breaker.Acceptance criteria
get_circuit_breaker_statusreports accurate live values.reset_circuit_breaker(admin only) restores trading.CircuitBreakerTrippedevent/alert is emitted on trip.