Redis-based Queue for Node.js


Summary of my bookmarked Github repositories from Dec 15th, 2017

Github repositories

  • OptimalBits/bull

    Bull is a Redis-based queue specifically designed for Node.js. It offers exceptional speed, reliability, and atomicity. The library is currently in maintenance mode, with bug fixes being the primary focus. However, there is a modernized version called BullMQ, implemented in TypeScript, which introduces new features. Bull is widely used by organizations such as Atlassian, Autodesk, Mozilla, Nest, and Salesforce. If you require a professional frontend for managing your queues, Taskforce.sh offers advanced features like job inspection, search, metrics, and more. Bull provides an extensive range of features, including delayed jobs, scheduling, retries, concurrency, and automatic recovery from process crashes. It supports various UI options for monitoring and comparison with other job queue solutions.