lever-labs status
…
Overview
Every domain, data API and scheduled job I run, probed from Cloudflare every 5 minutes.
loading…
loading…
Scheduled jobs
Absence is the alert. A cron that silently stops firing never errors.
| Job | State | Last check-in | Expected every |
|---|---|---|---|
| loading… | |||
Register a job with one line. The || true keeps a missed ping from failing the job:
curl -fsS -m 10 https://status-probe.leverlabs.workers.dev/ping/<slug> || true
Incidents
Opened on the first failed check, closed on recovery.
loading…
Probed by a Cloudflare Worker, deliberately off the CapRover host it watches. Every target carries a body assertion, so a soft 404 (SPA index served with a 200) fails the check.