https://www.fullstackpython.com/task-queues.html
Celery has workers. RQ has both workers and a queue; RabbitMQ has just the queueing system. Source
Celery versus RQ:
- https://stackoverflow.com/a/29837939/1164295
- https://www.reddit.com/r/learnpython/comments/czc0fl/celery_vs_rq_for_small_scale_projects/
Migrating from Celery to RQ: https://frappe.io/blog/technology/why-we-moved-from-celery-to-rq
No comments:
Post a Comment