Skip to main content

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

  1. Create a webhook under Core → Webhooks with type Cron (or Periodic).
  2. Copy the endpoint URL (https://ping.seiri.app/webhook/<endpoint-id>).
  3. At the end of a successful run, GET/POST /success (or /fail on error).
  4. 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).

Cron Jobs page in Seiri
Services → Cron Jobs shows schedule adherence and drift