You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: scope ghost-run detection to wakeMode=now one-shot jobs
next-heartbeat mode is fire-and-forget — every healthy invocation
completes in <50 ms, so a duration check produces 100% false positives.
Recurring now-mode jobs are also excluded because the busy-lane early
return (#58833) is a legitimate fast path, not a ghost run.
Addresses review feedback:
- P2: exclude busy main-lane fast path
- P2: avoid warning on healthy next-heartbeat jobs
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments