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,454
Stars
5,034
Forks
13
Usage
Py3
Status Production/Stable
Version 5.6.3
Updated 6 May 2026
License BSD-3-Clause
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

a little task queue for python

5,939
Stars
395
Forks
10
Usage
Py3
Status Unknown
Version 3.0.0
Updated 4 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,224
Stars
360
Forks
3
Usage
Py3
Status Unknown
Version 2.1.0
Updated 26 Apr 2026
License Custom
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

Distributed task queue with full async support

2,119
Stars
119
Forks
0
Usage
Py3
Status Alpha
Version 0.12.3
Updated 4 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,943
Stars
297
Forks
23
Usage
Py3
Status Production/Stable
Version 4.1.0
Updated 27 Apr 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,269
Stars
95
Forks
1
Usage
Py3
Status Production/Stable
Version 3.8.1
Updated 24 Apr 2026
License MIT License
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

Old Celery integration project for Django

1,555
Stars
451
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 18 Apr 2026
License BSD-3-Clause
Commits
Features
Synopsis
Django ORM support
Redis Queue
ZeroMQ
Disque
uWSGI

Celery result back end with django

784
Stars
223
Forks
0
Usage
Py3
Status Production/Stable
Version 2.6.0
Updated 25 Mar 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