Scheduler
Scheduler is used to schedule a pipeline at a specific time as per user creating a cron job. In the pipeline tab, the status about the cron job will be displayed.
Steps to Create a Scheduler
Click on the
Scheduler
button.Click on
Add a Scheduler
button to create a new cron job. A cron job is scheduling tasks to be executed sometime in the future at a specific time interval.Select a project from the
Select Project dropdown
.Select the pipeline for which you need a cron job from the list of pipelines available in the
Select Pipeline Name
drop down.Select the
Minute
,Hour
,Day
,Month
,Day(week)
fromChoose Pipeline Cron Schedule
tab. Selecting * from a field allows you to run the job repeatedly.For example having month value as * makes the cron job to run every month on the time mentioned by other parameters.
Click on
Create DAG
button.
Last updated