Agent Daemon Scheduler¶
This agent daemon thread executes node and objects tasks according to their schedule definition.
It makes sure no more than two executions run in parallel, skipping executions if necessary.
Maintenance¶
The scheduler thread is restarted by the agent daemon if it exits uncleanly.
om daemon stop --thread-id scheduler
Stop the scheduler thread. The thread state transitions from running
to stopped
.
om daemon start --thread-id scheduler
Start the scheduler tx thread. The thread state transitions from stopped
to running
.