diff --git a/server/src/startup/tick_loop.rs b/server/src/startup/tick_loop.rs index 0fc6fa6e..c95c5350 100644 --- a/server/src/startup/tick_loop.rs +++ b/server/src/startup/tick_loop.rs @@ -330,9 +330,8 @@ pub(crate) fn spawn_event_trigger_subscriber( Ok(f) => f, Err(broadcast::error::RecvError::Lagged(n)) => { crate::slog!( - "[event-triggers] Lagged {n} transition events; replaying pipeline state to recover" + "[event-triggers] Lagged {n} transition events; some triggers may have been skipped" ); - crate::pipeline_state::replay_current_pipeline_state(); continue; } Err(broadcast::error::RecvError::Closed) => {