huskies: merge 1061

This commit is contained in:
dave
2026-05-14 20:08:09 +00:00
parent 54d9737428
commit 5678f2a556
11 changed files with 752 additions and 82 deletions
+2 -1
View File
@@ -330,8 +330,9 @@ pub(crate) fn spawn_event_trigger_subscriber(
Ok(f) => f,
Err(broadcast::error::RecvError::Lagged(n)) => {
crate::slog!(
"[event-triggers] Lagged {n} transition events; some triggers may have been skipped"
"[event-triggers] Lagged {n} transition events; replaying pipeline state to recover"
);
crate::pipeline_state::replay_current_pipeline_state();
continue;
}
Err(broadcast::error::RecvError::Closed) => {