feat(FN-2658): enforce paused-agent guards in heartbeat flows
- Skip timer-triggered heartbeat ticks when the target agent is paused - Add executeHeartbeat pause checks so paused agents do not start task work - Expand agent-heartbeat tests to cover pause guards across scheduler and execution paths - Document paused-agent heartbeat behavior in docs and add a patch changeset for @runfusion/fusion
This commit is contained in:
5
.changeset/pause-guard-heartbeat.md
Normal file
5
.changeset/pause-guard-heartbeat.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Respect globalPause/enginePaused in heartbeat trigger scheduler and monitor to prevent agents from running when the engine is paused at startup.
|
||||
Reference in New Issue
Block a user