The short version
A SQLite-backed queue, streams, pub/sub, and cron system.
From the HackerLinks archive
A SQLite-backed queue, streams, pub/sub, and cron system.
The short version
A SQLite-backed queue, streams, pub/sub, and cron system.
Why it caught our attention
It drew direct comparison with established job-queue tools.
Where it surfaced on Hacker News
Editorial paraphrase
Commenters debated the millisecond polling and compared it with Redis, Kine, and Oban.
Original threadDurable queues, streams, pub/sub, and a cron scheduler – inside your SQLite file
Editorial paraphrase
HN comments praised the "one db and no daemon" model, low-latency reactivity, and atomic rollback with durable work queues.
Original threadShow HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite
Also surfaced in this discussion
Durable queues, streams, pub/sub, and a cron scheduler – inside your SQLite file
2026-04-30