API reference
CronRuntime
Runtime hosting a cron job. Mirrors the agent runtime split.
CronRuntime
Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.
Runtime hosting a cron job. Mirrors the agent runtime split.
local— the in-process scheduler activated viaCron.start()fires the job while the host process is alive.cloud— Theo PaaS schedules the job server-side; fires independent of any SDK process.
Signature
type CronRuntimeKind
type