Skip to main content
has a built-in scheduler that enables you to control the frequency of your job run. On the Overview tab for your job, set the job to run automatically by configuring the scheduler from the Schedule category in the right pane.

Configuring the Scheduler

To configure the scheduler:
  1. Click Configure to open the Edit Schedule dialog box. Edit Schedule dialog box
  2. Select the interval type and frequency. The name of the frequency drop-down list changes based on your selected interval type (for example, if the interval is Minute, the frequency list is named Every; if the interval is Daily, the frequency list is named Time of Day; and so on). The following list provides the values that you can select for each interval type:
    • Minute: Choose intervals of 1, 5, 10, 15, 20, or 30 minutes in the Minutes field. The Minute interval starts on the hour. For example, if you choose Every 10 Minutes, your job will be scheduled to execute at :00, :10, :20, :30, and so on.
    • Hourly: Choose specific minutes past an hour in the Minute Past the Hour field.
    • Daily: Choose a specific time of day in the Time field.
    • Weekly: Choose a specific day of the week and a time from the Day and Time fields.
    • Monthly: Choose a specific day of the month and time from the Day and Time fields.
    • Custom: Enter a Cron statement in the Cron Expression field.
    When the job that is currently running takes longer than the scheduled interval, skips the next run. For example, if you set a job to run every 10 minutes but one run takes 15 minutes to complete, the next run is skipped. The following table illustrates this particular example, but the skip concept applies to all of the interval types.
  3. Click Save to save your configuration.
After you save the configuration, the Schedule category on the Overview tab displays the job-run interval that you defined. A blue switch appears to the right of Schedule, which means that the scheduler is enabled. You can toggle that switch to enable or disable the scheduler. When you disable the scheduler, the switch is gray. If you need to modify the scheduler settings, click the edit icon (shown below in a red square). If you need additional help, click the documentation icon (blue square). Edit and documentation icons for the scheduler

Using UNIX Cron Syntax

The cron command-line utility is a time-based job scheduler that is used by UNIX systems. It is used to schedule jobs to run at certain times or intervals. Cron syntax supports the following values: The special characters map to the following meanings: Some example cron expressions are shown below.