Managing Cron Scheduler
To automate website processes by enabling the creation and management of cron jobs, follow these step-by-step instructions:
Step 1
Log in to the admin area of your website.
Step 2
Go to the App Shop and Store tabs.
Step 3
1. Use the quick search feature to find "Cron Scheduler module".
2. Install the module on your website.
Step 4
- Go to the Modules and Extensions tabs.
- Locate the "Cron Scheduler" module.
- Click Edit to access its settings.
Step 5
In the Settings section:
- Choose True to enable the module.
- Specify the PHP executable file location (preferrably the full one).
- Specify the Path to executable wget location.
- Click Update to save your customization.
Managing Cron Jobs
After customizing your cron scheduler, click on the Cron Manager button to manage cron tasks.
On the Cron Manager page, you can add standard or expert jobs. You can also edit, copy, or delete existing tasks by clicking on the corresponding buttons.
Note: The line below needs to be copied and pasted in the Crontab.
Adding or Editing a Cron Task
1. Select the required task from the list and click Edit.
2. Under the Settings tab:
- Enable or disable the task.
- Add a name and description for the task.
- Set its schedule.
3. If you enable the Expert Mode, you can configure additional settings:
Command, and Arguments (add as many arguments fields as needed by clicking the Add more button).
Advanced Settings
1. Under the Advanced tab:
- Indicate the maximum execution time.
- Select options for file output: Rewrite, Append, or None.
- Indicate an email address for output sending.
- Set the sort order.
2. Click Save to complete your customization.