* * * * * curl --silent index.php/cron/run &>/dev/null
The Cron Manager assists the administrator in managing cron jobs without requiring CLI access.
To execute cron jobs based on the data below, remove all old cron jobs and create a new one:
* * * * * curl --silent index.php/cron/run &>/dev/null
| ID | Description | Status | Intervall | Last Run | Next Run | Edit | I/O |
|---|---|---|---|---|---|---|---|
| id; ?> | description; ?> | enabled == '1') { if ($cron->status == 'healthy') { ?> healthy status == 'failed') { ?> failed status; ?> disabled | ' . $cron->expression . ''; ?> | last_run ?? 'never'; ?> | enabled == '1') { echo $cron->next_run ?? 'never'; } else { echo 'never'; } ?> |
enabled ?? '0') {
echo 'checked';
} ?>>
|
On a basic linux server with shell access use this command to edit your crons:
crontab -e