Compare commits

...

3 Commits

Author SHA1 Message Date
titanism
ea43f80764 Merge 52b2ceb545 into a32fb4bc37 2024-06-04 12:15:15 +05:30
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. - [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. - [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. - [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 ### Node.js management