Workers, Queues, and Tasks
Apps and services for running your Django apps in various parallel environments to the web server, freeing your project architecture from the HTTP-based service lifecycle:
* Construct daemons to batch-process large datasets
* Call functions on a recurring schedule
* Respond to system events
* Sync with external data sources without beach-balling
Use existing components (models, templates, &c) and your favorite Django design patterns in these new contexts as you need -- while including Pythonic batteries from disciplines beyond web development.
38
Packages
0
Features
Search & Filter
| Package | celery | huey | Dramatiq | django-rq | Taskiq | Django-celery | Procrastinate | django-tasks |
|---|---|---|---|---|---|---|---|---|
|
Description
|
Distributed Task Queue
(development branch) |
a little task queue for python
|
A fast and reliable background
task processing library for Python 3. |
A simple app that provides
django integration for RQ (Redis Queue) |
Distributed task queue with
full async support |
Old Celery integration project
for Django |
PostgreSQL-based Task Queue
for Python |
A backport of Django's built
in Tasks framework |
|
Category
|
Other | App | App | App | Other | App | App | App |
|
Using This
|
13
|
10
|
3
|
23
|
0
|
85
|
1
|
2
|
|
Python 3?
|
Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Unknown | Unknown | Production/Stable | Alpha | Production/Stable | Production/Stable | Production/Stable |
|
Version (PyPI)
|
5.6.2 | 2.6.0 | 2.0.1 | 3.2.2 | 0.12.1 | 3.3.1 | 3.7.2 | 0.12.0 |
|
Stars
|
28,020 | 5,925 | 5,130 | 1,936 | 1,914 | 1,559 | 1,197 | 778 |
|
Forks
|
4,948 | 393 | 355 | 295 | 109 | 453 | 84 | 51 |
|
Commits
|
|
|
|
|
|
|
|
|
|
Updated
|
15 Feb 2026 | 4 Feb 2026 | 14 Feb 2026 | 4 Feb 2026 | 29 Jan 2026 | 20 May 2025 | 13 Feb 2026 | 6 Feb 2026 |
|
License
|
BSD-3-Clause | MIT | Custom | MIT | MIT | BSD | MIT License | BSD-3-Clause |
|
Links
|
Showing 8 of 38 packages in this grid.