From d38d7937baf29fa575210fb386014978b46f248b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Wed, 11 Sep 2019 14:44:32 +0200 Subject: [PATCH] Mention Flask-Dramatiq extension --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3859abd..3930ec4 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ ## Task Queue -- [dramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable distributed task processing library for Python 3 +- [Flask-Dramatiq](https://flask-dramatiq.rtfd.io/) - [dramatiq](https://github.com/Bogdanp/dramatiq) integration for Flask applications. - [huey](https://github.com/coleifer/huey) - a little task queue for python - [Flask-RQ](https://github.com/mattupstate/flask-rq) - RQ (Redis Queue) integration for Flask applications - [celery](https://github.com/celery/celery/) - Distributed Task Queue