Job queues¶
Discussion¶
https://www.fullstackpython.com/task-queues.html
Celery¶
We’re currently using Celery, but it comes with complexity that we’d like to get rid of:
- https://medium.com/squad-engineering/celery-in-production-three-more-years-of-fixing-bugs-2ee462cef39f
- https://medium.com/squad-engineering/two-years-with-celery-in-production-bug-fix-edition-22238669601d
Alternatives¶
- RQ
- ARQ (async)
- Huey
- Dramatiq
- MRQ https://github.com/pricingassistant/mrq (unmaintained)
- Wakaq
-
https://github.com/joegasewicz/pytask-io Asynchronous Tasks Library using asyncio and Redis¶
#redis #async
Page last modified: 2024-11-19 09:38:33