Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
robertLichtnow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
robertLichtnow
7mo ago
This one is heavily inspired by Graphile Worker, but with lots of lessons learned.
2.
▲
Pollocks – PostgreSQL-backed job queue for Node.js/Bun
(npmjs.com)
1 points
by
robertLichtnow
7mo ago
|
3 comments
3.
▲
by
robertLichtnow
7mo ago
I needed a job queue that didn't require Redis. This uses Postgres directly — jobs are rows, locking is done via PG functions, and workers can either poll or use NOTIFY/LISTEN for faster pickup. Supports retries, batch ops, parall