oslo.messaging/releasenotes/notes/kombo-reconnect-splay-a81eb5fca6180510.yaml
Guillaume Espanel 5c5f17d755 Add a kombu_reconnect_splay setting
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
2024-12-02 20:52:28 +01:00

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.