
oslo.messaging will now add a random interval comprised between 0 and kombu_reconnect_splay to the Kombu reconnection delay in case of consumer close errors. Change-Id: Ibd689270caf3f622e6b2a5a92eceec6fa09eb7be
8 lines
292 B
YAML
8 lines
292 B
YAML
---
|
|
features:
|
|
- |
|
|
Add a new option named `kombu_reconnect_splay` under
|
|
`oslo_messaging_rabbit` that could be used to add an extra random delay
|
|
before any reconnection when a recoverable error occur.
|
|
This delay is set to 0 by default so the original behavior is not changed.
|