# Advanced Scheduler

## Advanced Scheduler

The Advanced Scheduler in DCKAP Integrator is an easy-to-use Schedule Editor that enables easy configuration of the Schedules. With just a few mouse clicks and no complex syntax building or coding, the Pipes can be easily scheduled to run at any required time or time interval.&#x20;

Click on the "Schedule" link in the Pipe tile. The Schedule Editor will open.&#x20;

The following fields are present in the Schedule Editor:&#x20;

1. Pipe Name: Name of the Integration pipe
2. Configured Schedules: The schedules that have been configured for this pipe
3. Cron Expression Builder Section: Where users can build and create different combinations of schedules for the pipe to run at.&#x20;
4. Timezone: The pipe schedules are executed with respect to the timezone provided. By default, it is UTC.
5. Base Frequency levels: Basic interval levels for users to choose from
6. Frequency intervals: Specific interval or range values for the Integrations to run
7. Specific time or day intervals: Specific day or time values for the integrations to run&#x20;

## Commonly Used Schedule Configurations with Examples

Following are a few widely used schedule configurations and how they can be set up in DCKAP Integrator:

1. [Basic: Run every 5 minutes](https://docs.cloras.com/user-guide/projects/integrations/scheduler#1-basic-run-every-5-minutes)
2. [Specific Time: Run at 5 PM on Thursdays](https://docs.cloras.com/user-guide/projects/integrations/scheduler#2-specific-time-run-at-5-pm-on-thursdays)
3. [Multiple Times: Run at 9 AM, 1 PM and 5 PM every day](https://docs.cloras.com/user-guide/projects/integrations/scheduler#3-multiple-times-run-at-9-am-1-pm-and-5-pm-every-day)
4. [Range of values: Run every 5 minutes from Monday to Friday](https://docs.cloras.com/user-guide/projects/integrations/scheduler#4-range-of-values-run-every-5-minutes-from-monday-to-friday)
5. [Ranges with a step: Run every 15 minutes](https://docs.cloras.com/user-guide/projects/integrations/scheduler#5-ranges-with-a-step-run-every-15-minutes)
6. [Combination of numeric values and ranges: Run every hour outside office hours](https://docs.cloras.com/user-guide/projects/integrations/scheduler#6-combination-of-numeric-values-and-ranges-run-every-hour-outside-office-hours)
7. [Specific Day and Month: Run every hour on Mar 15](https://docs.cloras.com/user-guide/projects/integrations/scheduler#7-specific-day-and-month-run-every-hour-on-mar-15)

### 1.Basic: Run every 5 minutes

<div align="center"><img src="/files/-M_yyNcjQZsqZjagXexk" alt="Choose Frequency Level: Minute, and Range: Every 5 minutes"></div>

### **2. Specific Time: Run at 5 PM on Thursdays**

<div align="center"><img src="/files/-M_yyqhJWjvebe9DBW7o" alt="Choose Frequency Level: Day of Week, and Speific Day: Thursday"></div>

<div align="center"><img src="/files/-M_yz-S-hCPnDB1r6qQ8" alt="Choose Frequency Level: Hour, and Specific Hour: 17"></div>

### **3. Multiple Times: Run at 9 AM, 1 PM and 5 PM every day**

<div align="center"><img src="/files/-M_yzWFb-4U74FQqywmu" alt="Choose Frequency Level: Hour, and Specific Hour: 5, 9, 17"></div>

### **4. Range of values: Run every 5 minutes from Monday to Friday**

<div align="center"><img src="/files/-M_z1nvTw1KlbVnAj6_Z" alt="Choose Frequence Level: Day of week, and Specific Day: Monday through Friday"></div>

<div align="center"><img src="/files/-M_yzlaII-bNIYN1iJ9Z" alt="Choose Frequency Level: Minute, and Range: Every 5 minutes "></div>

### **5. Ranges with a step: Run every 15 minutes**&#x20;

<div align="center"><img src="/files/-M_z-EBTgj25KYmkOB2X" alt="Choose Frequency Level: Minute, and Range: Every 15 minutes"></div>

### **6. Combination of numeric values and ranges: Run every hour outside office hours**

This requires 2 schedules to be configured as shown below:&#x20;

***Schedule 1:***&#x20;

<div align="center"><img src="/files/-M_z-rTB39qu4a5wHFKP" alt="Choose Frequency Level: Day of Week ,and Value: Monday through Friday; Choose Frequency Level Hour, and Range 6PM to 6AM"></div>

***Schedule 2:***&#x20;

<div align="center"><img src="/files/-M_z-gCJFexiA_8XisrX" alt="Choose Frequency Level: Day of Week, and Specific Day: Sun, Sat; Choose Frequency Level: Hour, and Range Every 1 hour"></div>

### **7. Specific Day and Month: Run every hour on Mar 15**

<div align="center"><img src="/files/-M_z02MNBbUHj3ndMImu" alt="Choose Frequency Level: Month, and Specific Month: March"></div>

<div align="center"><img src="/files/-M_z0CgvGD_Ex2yEsMQJ" alt="Choose Frequency Level: Day of Month, and Specific Day of Month 15; (Also choose every hour)"></div>

{% hint style="info" %}

## **Auto-Pilot Mode**

Auto-pilot mode in DCKAP Integrator allows users to automatically schedule a Batch type Integration to run at any given time and frequency.&#x20;

Users can schedule the pipes to synchronize at any particular time and day or during any desired interval using the Advanced Scheduler feature.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dckapintegrator.com/project-manager/integrations/scheduler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
