Comment on Celery – Best PracticesparentComments−mataug12yYeah, I've been using redis with celery in production to perform lots of network io related tasks on a low end machine becausea > Redis uses less memoryb > Redis is easier to setup−denibertovicOP12yWith container solutions like Docker and prebuilt images the setup part is kinda eliminated. Although I don't remember having any special configuration issues with RabbitMQ as well, it just works TM. That's always nice right? :)−bduerst12yThat's been my experience with Redis + Celery as well vs. the other brokers.
Comments
Yeah, I've been using redis with celery in production to perform lots of network io related tasks on a low end machine because
a > Redis uses less memory
b > Redis is easier to setup
With container solutions like Docker and prebuilt images the setup part is kinda eliminated. Although I don't remember having any special configuration issues with RabbitMQ as well, it just works TM. That's always nice right? :)
That's been my experience with Redis + Celery as well vs. the other brokers.