File: auto-deleted-failed-quorum-ca6a3923c3ed999a.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 (9 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Auto-delete the failed quorum rabbit queues.
    When rabbit is failing for a specific quorum queue, delete the queue
    before trying to recreate it.
    This may happen if the queue is not recoverable on rabbit side.
    See https://www.rabbitmq.com/quorum-queues.html#availability for more
    info on this specific case.