I am using the hosting provider RabbitMQ ie CloudAMQP and running the django application server on heroku. Everything works fine in the local environment, but on Heroku, where CloudAMQP limits the number of concurrent connections to the broker, the connections seem to be saved forever, resulting in the application ending open open connections. This happens even when tasks related to earlier connections are performed by the subscriber (i.e., Hero Worker).
If you were able to successfully use CloudAMQP with Heroku and django celery, can you post what worked for you?
source share