feat: added bree to job queues

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 <https://jobscheduler.net>.  Thank you! 🙏
This commit is contained in:
titanism
2024-04-30 13:27:39 -05:00
committed by GitHub
parent 8b74d50fd8
commit 4b0ed6fd21

View File

@@ -714,6 +714,7 @@
### Job queues ### 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. - [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue.
- [agenda](https://github.com/agenda/agenda) - MongoDB-backed job scheduling. - [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. - [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control.