From 4b0ed6fd21a9b2a2417bef262dc3929f619fbc9d Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:27:39 -0500 Subject: [PATCH 1/3] feat: added bree to job queues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi there 👋 We've added @breejs to the list of job queues. We formerly maintained Agenda (which is listed) and currently use Bree in production for 500,000+ domain names in our email service @forwardemail. We'd love to see Bree added to the list! It has types, tests, spawned sandboxed processes, supports async/await, retries, throttling, concurrency, and cancelable jobs with graceful shutdown. Additional docs are at . Thank you! 🙏 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2069e43..4fbe9de 100644 --- a/readme.md +++ b/readme.md @@ -714,6 +714,7 @@ ### Job queues +- [bree](https://github.com/breejs/bree) - Job task scheduler with worker threads, cron, Date, and human syntax support - [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue. - [agenda](https://github.com/agenda/agenda) - MongoDB-backed job scheduling. - [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control. From 52b2ceb5457ebccae7bb9eedbf30c44f5305b9f4 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:19:52 -0500 Subject: [PATCH 2/3] fix: moved bree to bottom of list --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4fbe9de..940e4bb 100644 --- a/readme.md +++ b/readme.md @@ -714,7 +714,6 @@ ### Job queues -- [bree](https://github.com/breejs/bree) - Job task scheduler with worker threads, cron, Date, and human syntax support - [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue. - [agenda](https://github.com/agenda/agenda) - MongoDB-backed job scheduling. - [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control. @@ -725,6 +724,7 @@ - [sqs-consumer](https://github.com/bbc/sqs-consumer) - Build Amazon Simple Queue Service (SQS) based apps without the boilerplate. - [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 ### Node.js management From a518b1466e7e9d36103f0848696c7c8f72a38c4c Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:34:44 -0500 Subject: [PATCH 3/3] fix: added period --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 940e4bb..2c04e86 100644 --- a/readme.md +++ b/readme.md @@ -724,7 +724,7 @@ - [sqs-consumer](https://github.com/bbc/sqs-consumer) - Build Amazon Simple Queue Service (SQS) based apps without the boilerplate. - [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 +- [bree](https://github.com/breejs/bree) - Job task scheduler with worker threads, cron, Date, and human syntax support. ### Node.js management