{% include 'admin/partials/header.html' %} {% include 'admin/partials/sidebar.html' %}
Run recurring maintenance work through the ACP, CLI, or a protected web cron endpoint.
Use either command from your hosting scheduler. Keep the token private.
php nexus.php tasks:run{{ $baseUrl }}/tasks/run?token={{ $runnerToken }}Intervals are stored in seconds. The minimum is 60 seconds.
{{ $task['description'] }}
Last: {{ $task['last_status']?:'Never run' }} ยท Next: {{ $task['next_run_at']?:'Not scheduled' }}{% if $task['last_error'] %}| Task | Status | Duration | Started | Details |
|---|---|---|---|---|
| {{ $run['task_key'] }} | {{ $run['status'] }} | {{ $run['duration_ms'] }} ms | {{ $run['started_at'] }} | {{ $run['error_message']?:$run['details'] }} |