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
Schedulerbutton.Click on
Add a Schedulerbutton 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 Namedrop down.Select the
Minute,Hour,Day,Month,Day(week)fromChoose Pipeline Cron Scheduletab. 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 DAGbutton.
Last updated