Global Settings
Test Webhook
Send a test JSON payload to your configured webhook URL.
No webhook URL configured. Save one above first.
System Status
| Total Jobs | 9 |
| Currently Running | 4 |
| Total Log Entries | 571 |
| DB Size | 148 KB |
| Dispatcher Log Size | 132.2 KB |
| Scheduler Lock | None |
| PHP Version | 8.3.19 |
| Server Time | 2026-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