Bogdanp/dramatiq
A fast and reliable background task processing library for Python 3. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 97
- Release rhythm 65
- Longevity 100
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: 105
- age_days: 3382
- days_rel: 77
- days_push: 20
- n_releases_24m: 6
Adoption not part of the score
5308 stars · 377 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Dramatiq is a fast and reliable distributed background task processing library for Python 3.10+. It uses an actor-based API with RabbitMQ or Redis as message brokers to run tasks in separate worker processes.
Use cases
- run background jobs from a python web app
- process tasks asynchronously with rabbitmq
- schedule delayed and periodic tasks in python
- replace celery with a simpler task queue
- retry failed jobs automatically
- distribute work across multiple worker processes
When to choose
- you need reliable background task processing in Python with RabbitMQ or Redis
- you find Celery too complex and want a simpler, well-documented alternative
- you need built-in retries, rate limiting, scheduling, and prioritization
When to avoid
- you need a broker other than RabbitMQ or Redis
- you need a pure in-process scheduler without external message brokers
- LGPL licensing is incompatible with your project
Facets
library · maturity active
message-queue scheduling rate-limiting workflow-automation backend microservices developer-tools python self-hosted background-tasks task-queue celery-alternative rabbitmq redis actors distributed-workers automation linux macos docker
5 sources
- readme: https://github.com/Bogdanp/dramatiq · fetched 2026-08-28 · 326bcbf887e8
- homepage: https://dramatiq.io · fetched 2026-08-29 · a90a65a17932
- site_page: https://dramatiq.io/installation.html · fetched 2026-08-29 · 9bd2ef01c644
- registry_pypi: https://pypi.org/pypi/dramatiq/json · fetched 2026-08-29 · b0cf789c57de
- site_page: https://dramatiq.io/changelog.html · fetched 2026-08-29 · 4d428b251223
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Bogdanp/dramatiq | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="Bogdanp/dramatiq")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem