Skip to main content

Scheduling

Pipelines can be run manually, but they can also be scheduled to run automatically.

info

The schedule function is batch pipeline only. event Pipeline settings do not have a Schedule tab and use topic subscription settings.

Schedule settings

  1. On the top toolbar of the workflow editor, click Settings (gear icon) to open the Pipeline Settings window.
  2. Select the Schedule tab.
  3. Select one of the presets (frequently used cycles) below. Daily, Weekly, Monthly also specifies the time (and day/date) of execution.
  4. 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

presetDescription
Every minuteRun at 1 minute intervals
HourlyRun hourly
DailyRun at specified time every day
Every weekRun every week on a designated day and time
MonthlyExecute 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.

Timezone

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.

warning

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.