Home » Grids » Workers, Queues, and Tasks

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.

40 Packages
6 Features

Search & Filter

Distributed Task Queue (development branch)

28,495
Stars
5,043
Forks
13
Usage
Py3
Status Production/Stable
Version 5.6.3
Updated 14 May 2026
License BSD-3-Clause
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

a little task queue for python

5,953
Stars
394
Forks
10
Usage
Py3
Status Unknown
Version 3.0.1
Updated 14 May 2026
License MIT
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

A fast and reliable background task processing library for Python 3.

5,233
Stars
363
Forks
3
Usage
Py3
Status Unknown
Version 2.1.0
Updated 17 May 2026
License Custom
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

Distributed task queue with full async support

2,139
Stars
120
Forks
0
Usage
Py3
Status Alpha
Version 0.12.4
Updated 16 May 2026
License MIT
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

A simple app that provides django integration for RQ (Redis Queue)

1,945
Stars
298
Forks
23
Usage
Py3
Status Production/Stable
Version 4.1.0
Updated 15 May 2026
License MIT
Commits
Features
Synopsis
A simple app that provides django integration for RQ (http://python-rq.org)
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

PostgreSQL-based Task Queue for Python

1,273
Stars
94
Forks
1
Usage
Py3
Status Production/Stable
Version 3.8.1
Updated 8 May 2026
License MIT License
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

Old Celery integration project for Django

1,555
Stars
452
Forks
85
Usage
Py3
Status Production/Stable
Version 3.3.1
Updated 20 May 2025
License BSD
Commits
Features
Synopsis
Provides a decorator syntax for defining tasks, which run in worker instances of your app, and a backend-agnostic protocol for serializing data between these workers and the web process.
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

A backport of Django's built in Tasks framework

800
Stars
54
Forks
2
Usage
Py3
Status Production/Stable
Version 0.12.0
Updated 15 May 2026
License BSD-3-Clause
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

Celery result back end with django

785
Stars
224
Forks
0
Usage
Py3
Status Production/Stable
Version 2.6.0
Updated 13 May 2026
License BSD
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

APScheduler for Django

714
Stars
101
Forks
2
Usage
Py3
Status Beta
Version 0.7.0
Updated 23 Mar 2025
License MIT
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

Showing 10 of 40 packages in this grid.

View All Packages

Features Being Compared

6 features

Synopsis

Packages' organizational style and method of Django integration

Django ORM support

Redis Queue

ZeroMQ

Disque

uWSGI

Native support for uWSGI builtin spooler