File: deprecate-the-option-heartbeat_in_pthread-from-rabbit-driver-5757adb83701caa5.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 (8 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
deprecations:
  - |
    The ``heartbeat_in_pthread`` option from the rabbitmq driver has been
    deprecated and it is recommended not to use the feature anymore.
    The option is strongly related to Eventlet but Eventlet will be removed
    from OpenStack services in a future release. In addition, this feature has
    never worked with services using eventlet for core service framework.