msimonin / ombt-orchestrator

Framework to evaluate different message buses using oslo.messaging (via ombt)
GNU General Public License v3.0
3 stars 4 forks source link

Increase IdleTimeout in qdrouterd.conf #51

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

When dealing with a certain number of clients, collectd plugin throws a timeout. :

Condition('amqp:resource-limit-exceeded', 'local-idle-timeout expired').

This is probably due to the idleTimeoutSecondsto be too small (see qdrouterd.conf). We could put idleTimeoutSeconds: 60. In both listener/connector in the qdrouterd.conf file. It's located here :

https://github.com/msimonin/ombt-orchestrator/blob/c3337ee21e1475a8b196a25f773f16dde6ec0c3d/ansible/roles/qdr/templates/qdrouterd.conf.jinja2#L6-L28

msimonin commented 6 years ago

test