Ross ROSS = Recommend OSS · open-source software intelligence for agents

Bogdanp/dramatiq

A fast and reliable background task processing library for Python 3. observed · 2026-08-28

github.com/Bogdanp/dramatiq · homepage · Python · LGPL-3.0 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
Bogdanp/dramatiqmain86

For agents

markdown · JSON · MCP: product_card(name="Bogdanp/dramatiq")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem