File: bug-1993149-e8b231791b65e938.yaml

package info (click to toggle)
python-oslo.messaging 17.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,692 kB
  • sloc: python: 12,072; sh: 62; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    If kombu_reconnect_delay is specified in the [oslo_messaging_rabbit] section,
    ensure that it is less than 5.0, the value of ACK_REQUEUE_EVERY_SECONDS_MAX
fixes:
  - |
    Increased ACK_REQUEUE_EVERY_SECONDS_MAX to resolve issues with rabbitmq HA
    failover.