# 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

1. Click on the `Scheduler` button.
2. 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.
3. Select a project from the `Select Project dropdown`.
4. Select the pipeline for which you need a cron job from the list of pipelines available in the `Select Pipeline Name` drop down.
5. Select the `Minute`, `Hour`, `Day`, `Month`, `Day(week)` from `Choose Pipeline Cron Schedule` tab. Selecting \* from a field allows you to run the job repeatedly.&#x20;
6. For example having month value as \* makes the cron job to run every month on the time mentioned by other parameters.
7. Click on `Create DAG` button.
