Add Recurring Jobs
The Recurring Jobs page is accessed from the Job Rules page, and is used to add a new scheduling rule for a job. You can add new jobs for either of the following:
- Add Recurring HTTP Job
- Add Recurring CLI Job
How do I create a new recurring job?
HTTP Job Rule Configuration
This area contains the fields for creating a new scheduling rule for a HTTP job:
- Name - Name of the job.
- Queue - Name of the queue you wish to a add the new job to.
- Priority - Select the priority for this recurring job, either low, normal, high, or urgent.
- URL - The path indicating where the code is for the job to execute, and the server on which to run it.
- Schedule area - Scheduling details for the job:
- Execute Job drop-down menu- Frequency selection ( Every, Hourly, Daily, Weekly, Monthly).
- Precise time - Displays different fields depending on the selection in the drop-down menu above.
CLI Job Rule Configuration
This area contains the fields for creating a new scheduling rule for a CLI job:
- Name - Name of the job.
- Queue - Name of the queue you wish to a add the new job to.
- Priority - Select the priority for this recurring job, either low, normal, high, or urgent.
- Executable - Select the executable to run the script, either PHP or one of your own choosing.
- Command - Select the path to the script. If you have selected PHP as the executable, you also have the option to include parameters for the script.
- Schedule area - Scheduling details for the job:
- Execute Job drop-down menu- Frequency selection ( Every, Hourly, Daily, Weekly, Monthly).
- Precise time - Displays different fields depending on the selection in the drop-down menu above.