summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.yaml
blob: d3d62cb9da8f7b867697731d87a6351601072de7 (plain)
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.