Zed Series Release Notes¶
14.0.1¶
Upgrade Notes¶
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
Bug Fixes¶
Increased ACK_REQUEUE_EVERY_SECONDS_MAX to resolve issues with RabbitMQ HA failover.
14.0.0¶
Upgrade Notes¶
The
[oslo_messaging_rabbit] heartbeat_in_pthread
config option defaults toFalse
again. For wsgi applications it is recommended to set this value toTrue
but enabling it for non-wsgi services may break such service. Please check https://bugs.launchpad.net/oslo.messaging/+bug/1934937 for more details.