Settings
Thu, 12 Mar 2026 22:46
Global Settings
5
How many jobs can run simultaneously. 1 = fully sequential. Currently 4 job(s) running.
POSTed with JSON payload when a job hits its consecutive failure threshold.
Test Webhook

Send a test JSON payload to your configured webhook URL.

No webhook URL configured. Save one above first.
System Status
Total Jobs9
Currently Running 4
Total Log Entries571
DB Size148 KB
Dispatcher Log Size132.2 KB
Scheduler Lock None
PHP Version8.3.19
Server Time2026-03-12 22:46:43
Maintenance

Use only if the dispatcher is not running and jobs are stuck in the "running" state.

Alert Payload Format
{
  "job_id": 5,
  "job_name": "Sync Records",
  "url": "https://example.com/cron.php",
  "consecutive_failures": 3,
  "alert_threshold": 3,
  "last_run": "2026-03-12 10:45:00"
}
Sent via HTTP POST with Content-Type: application/json