Skip to content

Documentation / @agentick/scheduler / createNodeCronBackend

Function: createNodeCronBackend()

createNodeCronBackend(options?): SchedulerBackend

Defined in: node-cron-backend.ts:29

In-process scheduling via node-cron. Optionally writes trigger files for crash recovery — if the process dies between fire and dispatch, trigger files persist and are drained on next start().

Parameters

options?

NodeCronBackendOptions

Returns

SchedulerBackend

Released under the ISC License.