How can we help?
Table of Contents
< All Topics
Print

Changing the Scheduler Interval for Running the Jobs and Rules

To change the scheduler interval, follow the steps below before installing or redeploying the process:

  1. Go to the local.py file.
  2. Set JOB_SCHEDULE_INTERVAL to the required interval in hours.
    Example: JOB_SCHEDULE_INTERVAL = 6
  3. The default value is 6 hours.

Note: It is not recommended to decrease the job interval to less than 6 hours as this will increase the number of resources utilized in the system.