- 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
181 B
181 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Respect globalPause/enginePaused in heartbeat trigger scheduler and monitor to prevent agents from running when the engine is paused at startup.