From 42bc1dfc8f073d229ed4f9519e3b13e3bc63fd20 Mon Sep 17 00:00:00 2001 From: Matthias Feist Date: Fri, 31 Oct 2025 13:07:13 +0100 Subject: [PATCH] Add pg Boss to job queue list in readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d444cf96..d47d30c5 100644 --- a/readme.md +++ b/readme.md @@ -680,6 +680,7 @@ - [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. - [graphile-worker](https://github.com/graphile/worker) - High performance PostgreSQL job queue. +- [pg Boss](https://github.com/timgit/pg-boss) - job queue, background jobs and cron jobs based on PostgreSQL ### Node.js management