Compare commits

...

4 Commits

Author SHA1 Message Date
titanism
f0e4b3117d Merge a518b1466e into a32fb4bc37 2024-06-20 23:34:47 +00:00
titanism
a518b1466e fix: added period 2024-06-20 18:34:44 -05:00
titanism
52b2ceb545 fix: moved bree to bottom of list 2024-04-30 14:19:52 -05:00
titanism
4b0ed6fd21 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! 🙏
2024-04-30 13:27:39 -05:00

View File

@@ -724,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