From e10cd7ca08de1c7a71a3fee728d0e7dd209de489 Mon Sep 17 00:00:00 2001 From: yashikakhurana Date: Tue, 27 Apr 2021 00:42:30 -0400 Subject: [PATCH] feat: Django celery beat task scheduler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a1b32c..4a78056 100644 --- a/README.md +++ b/README.md @@ -218,6 +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-dramatiq](https://github.com/Bogdanp/django_dramatiq) - Task processing library with a focus on simplicity, reliability and performance. ### Testing