From 81008793cefd02d37617c711eea18bc3b793b748 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 20 Aug 2020 15:24:28 +0800 Subject: [PATCH] add daramatiq Fixes #1583 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9f78732..aa9358da 100644 --- a/README.md +++ b/README.md @@ -1096,6 +1096,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for working with task queues.* * [celery](http://www.celeryproject.org/) - An asynchronous task queue/job queue based on distributed message passing. +* [daramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3. * [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. * [mrq](https://github.com/pricingassistant/mrq) - A distributed worker task queue in Python using Redis & gevent. * [rq](https://github.com/rq/rq) - Simple job queues for Python.