From d9fe6f23bcac96df76232113016e55ef21cdec57 Mon Sep 17 00:00:00 2001 From: Ramon Saraiva Date: Fri, 17 Jul 2020 16:45:07 -0300 Subject: [PATCH] Add django-dramatiq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b923d0..21d3233 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-rq](https://github.com/rq/django-rq) - Integration for Redis Queue. - [django-redis](https://github.com/niwinz/django-redis) - Full featured Redis cache backend for Django. - [celery](https://github.com/celery/celery) - Robust and broker-agnostic task queues for bigger, performance-focused projects. +- [django-dramatiq](https://github.com/Bogdanp/django_dramatiq) - Task processing library with a focus on simplicity, reliability and performance. ### Testing - [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar/) - Configurable panels to debug requests/responses.