The Scheduler in Vtiger CRM works 24/7. It scans the job list and checks for the following criteria in a job:
- Sequence: The sequence starts with the number 0. So, the job with sequence number 0 gets priority, the job with sequence number 1 gets second priority, and so on.
- Frequency: The jobs having a frequency of 00:00(HH:MM) will execute instantly, and other jobs execute based on the defined frequency.
- Status: Only jobs having an Active status will be considered. Inactive jobs are skipped.
Once the above criteria are met, the Scheduler operates.
To know more about Scheduler, click
here.