8b8b4a8217
The ``[oslo_messaging_rabbit] heartbeat_in_pthread`` config option is set to ``true`` for wsgi applications to allow the RabbitMQ heartbeats to function. For non-wsgi applications it is set to ``false`` as it may otherwise break the service [1]. [1] https://docs.openstack.org/releasenotes/oslo.messaging/zed.html#upgrade-notes Change-Id: Id89bd6158aff42d59040674308a8672c358ccb3c
6 lines
171 B
YAML
6 lines
171 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The value of ``[oslo_messaging_rabbit] heartbeat_in_pthread`` is explicitly
|
|
set to either ``true`` for wsgi applications, or ``false`` otherwise.
|