feat: Django celery beat task scheduler

This commit is contained in:
yashikakhurana 2021-04-27 00:42:30 -04:00
parent f49aabecfc
commit e10cd7ca08

View File

@ -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