Show HN: PgQueuer – A PostgreSQL job queue that works without PostgreSQL
jeeybee Sunday, March 01, 2026PgQueuer turns PostgreSQL into a background job queue using LISTEN/NOTIFY and FOR UPDATE SKIP LOCKED. v0.26.0 adds an in-memory adapter so you can run the same code in tests and CI without a database. Internally it's now built on port protocols, so you can swap the persistence layer entirely.
EDIT; HN trims the full url to readme about in-memory https://github.com/janbjorge/pgqueuer?tab=readme-ov-file#in-...
Summary
PgQueuer is a lightweight, efficient PostgreSQL queue management tool that allows users to create, manage, and monitor queues within a PostgreSQL database. It provides a simple and user-friendly interface for queue operations, making it a valuable tool for building reliable and scalable queue-based systems.
1
0
Summary
github.com