Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
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 via Cron.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 CronRuntime

Kind

type

Source

packages/sdk/src/types/cron.ts:14

On this page