I have recently learned to integrate Celery + RabbitMQ in local machine, all three of them were running in separate servers.
During production, should I run celery & RabbitMQ in separate server ?
I have searched for Celery hosting options but couldn't find useful links.
I usually use Pythonanywhere to host my Django app
I found this https://stackoverflow.com/a/46105723/10515390 answer useful but did't get a clarification