OptimalBits/bull
Premium Queue package for handling distributed jobs and messages in NodeJS. observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 93
- Release rhythm 28
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47
- age_days: 4815
- days_rel: 623
- days_push: 44
- n_releases_24m: 4
Adoption not part of the score
16248 stars · 1411 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Bull is a Redis-based job and message queue library for Node.js supporting priorities, scheduling, retries, and rate limiting. It is now in maintenance mode, with BullMQ as its actively developed successor.
Use cases
- run background jobs in nodejs
- schedule delayed tasks with redis
- process distributed job queues
- retry failed jobs automatically
- rate limit job processing
- send emails asynchronously from a web app
When to choose
- you need a battle-tested Redis-backed queue for an existing Node.js codebase
- you want priorities, delayed jobs, and rate limiting out of the box
- you are maintaining a legacy project already using Bull
When to avoid
- you are starting a new project and want active development and TypeScript support (use BullMQ)
- you need a queue without a Redis dependency
- you need features only added in BullMQ
Facets
library · maturity maintenance
message-queue scheduling rate-limiting caching backend microservices developer-tools self-hosted redis job-queue background-jobs task-scheduling bullmq-successor nodejs
1 source
- readme: https://github.com/OptimalBits/bull · fetched 2026-08-28 · 7c9a02cf3b0e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| OptimalBits/bull | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="OptimalBits/bull")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem