From 2370c9c60177c3ad896c6d3dc508e5a346baa4f0 Mon Sep 17 00:00:00 2001 From: Ahmet Sezgin DURAN Date: Fri, 26 Jan 2024 21:04:46 +0300 Subject: [PATCH] :handshake: Add Django Celery Results (#252) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43fdd56..d2dc1ec 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-celery-beat](https://github.com/celery/django-celery-beat) - A periodic task scheduler with database configured by Django's Admin Panel. - [celery-exporter](https://github.com/danihodovic/celery-exporter) - Prometheus & Grafana monitoring of Celery tasks. - [django-dramatiq](https://github.com/Bogdanp/django_dramatiq) - Task processing library with a focus on simplicity, reliability, and performance. +- [django-celery-results](https://github.com/celery/django-celery-results) - Celery result backend with Django. ### Templates