Cron Monitoring Overview
Seiri monitors scheduled tasks with push heartbeats: your job pings Seiri when it runs. If the ping is late past the grace period, Seiri alerts your team.
How it works
- Create a webhook under Core → Webhooks with type Cron (or Periodic).
- Copy the endpoint URL (
https://ping.seiri.app/webhook/<endpoint-id>). - At the end of a successful run, GET/POST
/success(or/failon error). - Check stats on the Dashboard, webhook stats, or Services → Cron Jobs.
Tip:
<endpoint-id>is the value in the ENDPOINT column (org-slug:webhook-ref).
