@radzor/cron-scheduler
In-process cron scheduler for recurring tasks. Supports cron expressions, interval-based scheduling, timezone-aware execution, and graceful shutdown.
Automationv0.1.0typescriptpythonServercronschedulerjobstasksautomationrecurringby Radzor
Install
View source on GitHub →$npx radzor@latest add cron-scheduler
⚠ Constraints: In-process scheduler — jobs do not persist across restarts. For distributed cron, use an external scheduler.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| timezone | string | UTC | Timezone for cron expression evaluation. |
timezonestring
Timezone for cron expression evaluation.
default: UTC
Outputs
| Name | Type | Description |
|---|---|---|
| jobResult | JobResult | Result of a job execution including status, duration, and error if any. |
jobResultJobResult
Result of a job execution including status, duration, and error if any.