Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.22 KB

queue.md

File metadata and controls

31 lines (26 loc) · 1.22 KB

Bookmarks tagged [queue]

http://www.celeryproject.org/

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


https://github.com/coleifer/huey

Little multi-threaded task queue.


https://github.com/pricingassistant/mrq

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


https://github.com/rq/rq

Simple job queues for Python.