bee-queue/bee-queue
A simple, fast, robust job/task queue for Node.js, backed by Redis. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 96
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4244
- days_rel: 268
- days_push: 28
- n_releases_24m: 1
Adoption not part of the score
4036 stars · 222 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Bee-Queue is a simple, fast, robust job/task queue library for Node.js backed by Redis. It is designed for distributed worker pools handling short, real-time jobs with minimal Redis and network overhead.
Use cases
- run background jobs in node.js
- build a distributed worker pool with redis
- process tasks asynchronously from a web server
- enqueue jobs and get results within an http request
- retry failed jobs with configurable strategies
- schedule delayed jobs in node.js
When to choose
- you need a lightweight, high-throughput queue for short, real-time jobs
- you want minimal dependencies and a simple promise/callback API
- you need at-least-once delivery with retries for stuck jobs
- scaling by adding more worker processes is your model
When to avoid
- you need job prioritization or repeatable/cron-style recurring jobs
- you primarily run long-running background jobs better suited to Bull or Celery
- you don't have or want a Redis dependency
Facets
library · maturity active
message-queue scheduling concurrency microservices backend developer-tools job-queue worker-pool redis-backed background-jobs task-processing nodejs redis
2 sources
- readme: https://github.com/bee-queue/bee-queue · fetched 2026-08-28 · 32b42a34e750
- registry_npm: https://registry.npmjs.org/bee-queue · fetched 2026-08-29 · 104ee2991b84
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bee-queue/bee-queue | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="bee-queue/bee-queue")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem