File: do-not-run-heartbeat-in-pthread-by-default-42e1299f59b841f8.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (3)
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.