From 2c54a2dfd5d4bdead35e20e06a0edf718a011ec8 Mon Sep 17 00:00:00 2001 From: yashikakhurana Date: Tue, 27 Apr 2021 13:06:28 -0400 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sondre Lillebø Gundersen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a78056..f94d77b 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,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-celery-beat](hhttps://github.com/celery/django-celery-beat) - A periodic task scheduler with database configured by Django's Admin Panel. +- [django-celery-beat](https://github.com/celery/django-celery-beat) - A periodic task scheduler with database configured by Django's Admin Panel. - [django-dramatiq](https://github.com/Bogdanp/django_dramatiq) - Task processing library with a focus on simplicity, reliability and performance. ### Testing