queue.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [queue]

www.codever.land/bookmarks/t/queue

celery

http://www.celeryproject.org/

An asynchronous task queue/job queue based on distributed message passing.


huey

https://github.com/coleifer/huey

Little multi-threaded task queue.


mrq

https://github.com/pricingassistant/mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent.


rq

https://github.com/rq/rq

Simple job queues for Python.