rabbitmq / rabbitmq-federation

RabbitMQ Federation plugin
https://www.rabbitmq.com/
Other
40 stars 21 forks source link

Increase tolerated restart intensity of rabbit_federation_sup children #47

Closed michaelklishin closed 7 years ago

michaelklishin commented 7 years ago

The intensity depends on the number of links and configured reconnect-delay. This number is not particularly scientific but supports 100 links failing a minute with default settings, which should be sufficient for most environments.

Increasing reconnect-delay would allow for an even higher failure rate.

Per discussion with @dcorbacho.

Closes #46.