pub(crate) const PHASE_HEARTBEAT_INTERVAL_MULTIPLIER: i32 = 2;Expand description
A phase is late once this many of its own intervals have passed without a heartbeat.
pub(crate) because the dashboard’s phase rows apply the same threshold server-side.