next_runs
Preview future execution times of a cron expression to verify scheduling before deployment.
Instructions
Compute the next N scheduled run times for a cron expression. Returns ISO-8601 timestamps with relative offsets (+5m, +1h, +2d). Use this to preview when a job will actually fire before committing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | ISO-8601 start time (defaults to now). | |
| count | No | How many future runs to compute (default 5, max 50). | |
| expression | Yes | The cron expression. |