From 1a4d0e7766bbf2d77d66038002612668444d5c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Sat, 6 Jun 2020 05:52:11 +0100 Subject: [PATCH] Add celery task queues --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0e425d..bef1edf 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-q](https://github.com/Koed00/django-q) - A multiprocessing distributed task queue - [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 ### Testing - [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar/) - Configurable panels to debug requests/responses