Skip to main content

Schedule

To create and manage a schedule trigger.

The built-in LOC scheduler periodically invoke executions based on schedule triggers. A data process runs on schedule is equivalent to a ETL batch job.

Create a Schedule

  1. In LOC Studio, go to TriggerScheduler.
Nav-scheduler
  1. Click Create Schedule on the top right.
Create-schedule
  1. Fill in the fields in the schedule creation window.
Schedule-creation
Schedule Fields Description
FieldRequired?Description
Schedule NameYesSchedule name (up to 128 characters)
DescriptionNoAPI route description
Frequency TypeYesSchedule type (Recurrence or Crontab)
Start AtYes (Recurrence type only)Start triggering after the datetime
IntervalYes (Recurrence type only)Triggering interval
Crontab fieldsYes (Crontab type only)Cron expression fields
EnabledYesEnable schedule after creation
Schedule TasksYesData processes to be linked
  1. Search data processes and click + Schedule Task to link them.
API-route-add-task
  1. Fof the linked data processes, you can also quickly select the latest revision Setting or delete Trash them.
Schedule-task
  1. Click Create to create the schedule.
Skipping Schedule

For a schedule trigger, if the tasks of the previous execution could not finish in time, the next scheduled execution will be skipped.

Manually Trigger a Schedule

To execute a data process without using an actual schedule, see Manual Execution.

  1. Click on the name of a schedule.

  2. Click Run Schedule Run on the top right.

info

A schedule can only be triggered manually when enabled.

Enable or Disable a Schedule

Edit or Delete a Schedule

  1. Click on the name of a schedule.

  2. Click Edit Schedule Save or Delete Schedule Delete on the top right.