summaryrefslogtreecommitdiff
path: root/releasenotes/notes/run-heartbeat-in-pthread-by-default-28637b41ebf500dc.yaml
blob: 383fbda0efe908e86dfbbd3f41b85874dde663ab (plain)
1
2
3
4
5
6
7
8
9
10
---
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.