Add django-tasks (#295)

This commit is contained in:
Jake Howard 2024-11-01 19:17:38 +00:00 committed by GitHub
parent 69a6592513
commit 7a1799122d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,6 +303,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [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.
- [django-tasks](https://github.com/realOrangeOne/django-tasks) - A reference implementation and backport of background workers and tasks in Django, based on [DEP 14](https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/).
### Templates
- [curlylint](https://www.curlylint.org/) - Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid.