rabbitmq - How can I minimise connections with django-celery when using CloudAMQP through dotcloud? -
after spending few weeks getting django-celery-rabbitmq working on dotcloud have discovered dotcloud no longer supporting rabbitmq. instead recommend cloudamqp. i've set cloudamqp per tutorials:
- http://docs.dotcloud.com/tutorials/python/django-celery/
- http://docs.dotcloud.com/tutorials/more/cloudamqp/
- http://www.cloudamqp.com/docs-dotcloud.html
and service works fine. however, when not have processes running, cloudamqp says there 3 connections.
i had @ docs , (http://www.cloudamqp.com/docs-python.html) celery it's best set
broker_pool_limit = 1
i have done connections remain @ 3. idea how can
reduce number of connections 0 when app not in use?
minimise number of connections ensure remain within quota?
Comments
Post a Comment