Comment 40 for bug 1399272

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

@Denis M. (dmakogon) #33:

According to the docs:
http://docs.openstack.org/juno/config-reference/content/configuring-rpc.html
Default values are:
rabbit_max_retries = 0 (IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
rabbit_retry_interval = 1 (IntOpt) How frequently to retry connecting with RabbitMQ.

So your changes increased rabbit_retry_interval=12 and added limit of retries.
Do you have idea how it solved the problem?
Or default parameters are not the same, as documentation said?