python-arq/arq
Fast job queuing and RPC in python with asyncio and redis. 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
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
- readme: https://github.com/python-arq/arq · fetched 2026-08-28 · da3698c557ab
- homepage: https://arq-docs.helpmanual.io/ · fetched 2026-08-29 · ee36209f18e6
- registry_pypi: https://pypi.org/pypi/arq/json · fetched 2026-08-29 · 8f2139f20796
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| python-arq/arq | main | 78 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem