rq/django-rq ⭐ 1881

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

celery/celery ⭐ 26595

Distributed Task Queue (development branch)

Salaah01/django-action-triggers ⭐ 83

A Django library for asynchronously triggering actions in response to database changes. It supports integration with webhooks, message brokers (e.g., Kafka, RabbitMQ), and can trigger other processes, including AWS Lambda functions.

django-commons/django-tasks-scheduler ⭐ 149

Schedule async tasks using redis protocol. Redis/ValKey/Dragonfly or any broker using the redis protocol can be used.

ui/django-post_office ⭐ 1049

A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates and logging.

PaulGilmartin/django-pgpubsub ⭐ 260

A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.

Bogdanp/django_dramatiq ⭐ 366

A Django app that integrates with Dramatiq.