Cron monitors (/cron-monitors) detect silent failures in scheduled jobs — backups, reports, or batch processes that stop running without crashing your server.
Setup
- Create a cron monitor and set the expected interval (minutes) and grace period.
- Add a heartbeat call at the end of your cron script:
curl "https://track360.site/api/cron/heartbeat?token=YOUR_TOKEN" - If no heartbeat arrives within the expected window, the monitor status becomes overdue and alerts fire.