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

python-arq/arq

Fast job queuing and RPC in python with asyncio and redis. observed · 2026-08-28

github.com/python-arq/arq · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

78/100

  • Activity 77
  • Release rhythm 68
  • Longevity 100
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: 72
  • age_days: 3695
  • days_rel: 139
  • days_push: 139
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

3004 stars · 222 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

arq is a Python job queuing and RPC library built on asyncio and Redis, designed as a fast, modern successor to rq. It supports deferred execution, retries, and pessimistic execution so critical jobs are not lost.

Use cases

  • run background jobs in python with asyncio
  • queue tasks with redis
  • retry failed jobs automatically
  • distribute work across multiple workers
  • replace celery or rq with something faster
  • schedule deferred job execution

When to choose

  • your stack is asyncio-based and you need non-blocking job execution
  • you want a small, simple, fast alternative to celery or rq
  • you need reliable retries and at-least-once execution semantics

When to avoid

  • you need a feature-rich task framework with complex workflows
  • you cannot use Redis as a broker
  • you need a project under active feature development, since arq is in maintenance-only mode

Facets

library · maturity maintenance

message-queue concurrency rpc scheduling microservices backend developer-tools python windows asyncio job-queue background-jobs task-queue worker-pool msgpack automation redis linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
python-arq/arqmain78

For agents

markdown · JSON · MCP: product_card(name="python-arq/arq")

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