Pipelines
Scheduling
Run pipelines on a schedule using cron expressions.
Schedule a pipeline to run automatically on a recurring interval.
Create a schedule
- Open the pipeline in the editor.
- Click Schedule in the top bar.
- Enter a cron expression (e.g.,
0 9 * * 1for every Monday at 9 AM). - Set your timezone.
- Toggle the schedule to Enabled.
- Click Save.
The schedule runs in the background. You can enable or disable it at any time.
Cron expression examples
0 9 * * 1— every Monday at 9 AM0 9 * * *— every day at 9 AM*/30 * * * *— every 30 minutes0 0 1 * *— first day of each month at midnight
Scheduled execution
Each scheduled run:
- Uses the current pipeline configuration.
- Deducts credits from your account.
- Saves output to Reports.
- Sends a notification (if enabled).
The execution history tab is coming in an upcoming release.