feat(FN-4295): complete Step 3 — add changeset for reports stale threshold

Fusion-Task-Id: FN-4295
Fusion-Task-Lineage: e2a47487-33f5-4077-8031-c7bb14882121
This commit is contained in:
Fusion
2026-05-13 08:41:35 -07:00
committed by gsxdsm
parent d93aeaa1c0
commit ebc5f707a8

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Reports Health Check now flags a direct report as stale only when its last heartbeat is older than `1.5 × heartbeatIntervalMs`, with a 5-minute minimum threshold floor for agents without a configured interval. This eliminates recurring false positives for long-cadence direct reports while preserving the existing fallback behavior.