add5ab4ece
Removing the experimental nature of this feature and activating it by default. Now to run heartbeat in a green thread users should set this option to False. Also deprecating this option to prepare future removal and force to always run heartbeat in a python thread whatever the context. Change-Id: I32a6c4ad0a456282ec02b5e4c8309489b3c17553
11 lines
354 B
YAML
11 lines
354 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``[oslo_messaging_rabbit] heartbeat_in_pthread`` config option now
|
|
defaults to ``True``.
|
|
Applications will run RabbitMQ heartbeat in a Python thread by default.
|
|
deprecations:
|
|
- |
|
|
``heartbeat_in_pthread`` has been deprecated and will be removed in a
|
|
future release. If configured, this option should be unset.
|