summaryrefslogtreecommitdiff
path: root/releasenotes/notes/do-not-run-heartbeat-in-pthread-by-default-42e1299f59b841f8.yaml
blob: 265e709b97267a5ec7f0376ce76b0edd3fcef7d0 (plain)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    The ``[oslo_messaging_rabbit] heartbeat_in_pthread`` config option
    defaults to ``False`` again.
    For wsgi applications it is recommended to set this value to ``True``
    but enabling it for non-wsgi services may break such service.
    Please check https://bugs.launchpad.net/oslo.messaging/+bug/1934937
    for more details.