Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

orion-cli cron

Inspects scheduled runs. Every scheduled instant of a cron channel becomes a durable occurrence. This is the record of what ran, kept whatever the trace-storage settings are.

Synopsis

orion-cli cron <status|list|get|retry> [args] [flags]

Description

retry keeps the occurrence’s identity and its scheduled time. It is another attempt at the work that was due then, which is what lets a workflow use metadata.trigger.scheduled_for as an idempotency key. To run a schedule again now, use channels trigger, which mints a new occurrence at the current instant. completed occurrences are refused with a 409 for exactly that reason.

Subcommands

SubcommandDescription
statusWhat is scheduled, when it next fires, its last run and its backlog — one row per active cron channel.
listList occurrences, newest first; filter with --channel-id and --status.
get <id>Show one occurrence: both instants, the attempt, the singleton it held, its trace, and why it failed.
retry <id>Attempt a failed, skipped_misfire or skipped_singleton occurrence again.

Examples

orion-cli cron list --channel-id nightly-order-rollup --status failed

Last verified 14 September 2026