combell_scheduled_tasks_create
Create a scheduled cron job on Linux hosting to run a script at specified times, using a 5-field cron expression and script path.
Instructions
Add a scheduled task (cron job) to a Linux hosting that runs a script on the hosting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Default true | |
| domain_name | Yes | ||
| cron_expression | Yes | 5-field cron expression: minute (0-59 or */5, */10, */15, */30), hour (0-23 or *), day of month (1-31 or *), month (1-12 or *), day of week (1-7 = Monday-Sunday, or *). Example: '*/15 * * * *' | |
| script_location | Yes | Absolute path on the hosting of the script to execute, e.g. '/www/cron.php' |