rq/django-rq ⭐ 1892

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

celery/celery ⭐ 26915

Distributed Task Queue (development branch)

Salaah01/django-action-triggers ⭐ 84

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 ⭐ 165

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

ui/django-post_office ⭐ 1058

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

PaulGilmartin/django-pgpubsub ⭐ 262

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.