Skip to main content

Module concurrent_gate

Module concurrent_gate 

Source
Expand description

Concurrent restart throttle gates for preventing restart storm.

This module implements instance-global and group-level concurrent restart limits to prevent resource contention during mass failure scenarios.

Structsยง

CombinedThrottleGate
Combined throttle gate that enforces both instance and group limits.
GroupLevelGate
Group-level concurrent restart gate for optional per-group throttling.
SupervisorInstanceGate
Instance-global concurrent restart gate counter.