File: kombo-reconnect-splay-a81eb5fca6180510.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
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.