queue.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [queue]
www.codever.land/bookmarks/t/queue
celery
An asynchronous task queue/job queue based on distributed message passing.
huey
https://github.com/coleifer/huey
Little multi-threaded task queue.
- tags: python, queue
- :octocat: source code
mrq
https://github.com/pricingassistant/mrq
Mr. Queue - A distributed worker task queue in Python using Redis & gevent.
- tags: python, queue
- :octocat: source code
rq
Simple job queues for Python.
- tags: python, queue
- :octocat: source code