Skip to main content

Recurring Runs

Cron-style triggers that kick off pipeline runs on a schedule.

Recurring Runs

A recurring run is a cron-style trigger that creates a new pipeline run on a schedule. Set it once and every interval a fresh run starts with the same parameters — ideal for nightly retraining, periodic data ingestion, or regular model evaluation.

Preview

The Pipelines tab is in early access. Recurring run creation is available via the Vantage SDK. The UI shows schedules and their status in read-only mode.

The recurring runs list

The list view shows every scheduled trigger. Each row displays:

  • Name — the schedule's display name.
  • Pipeline — which pipeline version this schedule triggers.
  • Cron schedule — the interval expression (e.g. 0 2 * * * for 2 AM daily).
  • Status — Enabled or Disabled.
  • Last run — when the most recent triggered run started.
  • Next run — when the next run will trigger.

Managing recurring runs

ActionEffect
EnableActivate the schedule. Runs will trigger at the next interval.
DisablePause the schedule. No new runs will trigger until re-enabled.
DeleteRemove the schedule. Already-triggered runs are not affected.

Next steps

Ask AI
Ask a question about Vantage Compute...