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:

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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -