File: bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.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 (8 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    As a fix for `bug 1917645 <https://launchpad.net/bugs/1917645>`_ the rabbit
    backend is changed to use the ``[oslo_messaging_notifications]retry``
    parameter when driver tries to connect to the message bus during
    notification sending. Before this fix the rabbit backend retried the
    connection forever blocking the caller thread.