Cronhq launches exactly-once cron scheduling
Cronhq is an MIT-licensed, self-hostable scheduler designed to prevent duplicate and silently failed cron jobs. It combines Postgres-backed locking, retries, signed webhooks, heartbeat monitoring, and transition-based alerts.
Cronhq targets a mundane but expensive reliability gap: scheduled jobs that fail invisibly or run twice. Its strongest appeal is giving small teams production-grade scheduling without adding Redis, Kafka, or a proprietary platform dependency.
- –Postgres locks coordinate workers while keeping the architecture simple.
- –Heartbeat monitors cover existing cron jobs Cronhq does not execute.
- –Cron-as-code and live execution tails make schedules easier to review and debug.
- –Exactly-once scheduling still requires downstream idempotency for safe retries and failover.
- –Self-hosting and a five-job free tier make it a credible alternative to hosted cron monitors.
DISCOVERED
1h ago
2026-09-21
PUBLISHED
7h ago
2026-09-21
RELEVANCE
AUTHOR
Michael Sunmisola