Scheduling
Pipelines can be run manually, but they can also be scheduled to run automatically.
The schedule function is batch pipeline only. event Pipeline settings do not have a Schedule tab and use topic subscription settings.
Schedule settings
- On the top toolbar of the workflow editor, click Settings (gear icon) to open the Pipeline Settings window.
- Select the Schedule tab.
- Select one of the presets (frequently used cycles) below. Daily, Weekly, Monthly also specifies the time (and day/date) of execution.
- Click Save at the bottom of the window to register the schedule.
When a schedule is registered, a Schedule badge appears on its row in the pipeline list.
Presets
| preset | Description |
|---|---|
| Every minute | Run at 1 minute intervals |
| Hourly | Run hourly |
| Daily | Run at specified time every day |
| Every week | Run every week on a designated day and time |
| Monthly | Execute on a designated date and time every month |
The schedule is stored internally as a reservation rule (Cron expression), but on the screen, it is set only by selecting the above preset and time. There is no field to directly enter reservation rules. Existing schedules that do not fit the preset will be displayed as “Advanced” and can be reverted to the preset at any time.
Select the time as UTC (indicated as "Select UTC time" in the field). To set it to Korean time (KST), select a time subtracted by 9 hours — e.g. 9:00 AM KST will run at 00:00 UTC.
Unschedule
If you turn off a schedule in the Schedule tab, automatic execution will stop.
Releasing a schedule does not interrupt currently running batches. To stop a running batch, use the Stop button in the editor.
Check schedule
On the pipeline list screen, pipelines with registered schedules are classified by Schedule Badges and collected using the Scheduled filter. Check the latest execution results in the execution history bar of the row.