From f1f7eb2e768faf2f537e08190b4b59e9e57adb07 Mon Sep 17 00:00:00 2001 From: Matthias Feist Date: Fri, 13 Dec 2024 11:13:17 +0100 Subject: [PATCH] added pg-boss to job queues section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7885e39..1646e87 100644 --- a/readme.md +++ b/readme.md @@ -702,6 +702,7 @@ - [better-queue](https://github.com/diamondio/better-queue) - Simple and efficient job queue when you cannot use Redis. - [bullmq](https://github.com/taskforcesh/bullmq) - Persistent job and message queue. - [bree](https://github.com/breejs/bree) - Job task scheduler with worker threads, cron, date, and human syntax support. +- [pg-boss](https://github.com/timgit/pg-boss) - Job queue built on top of PostgreSQL. offers workers and cron jobs ### Node.js management