File: run-heartbeat-in-pthread-by-default-28637b41ebf500dc.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 (10 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (3)
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.