oslo.messaging/releasenotes/notes/undeprecate_heartbeat_in_pthread-48e2c1fc008cf208.yaml
Hervé Beraud d24edef117 Remove deprecation of heartbeat_in_pthread
In some circumstances services can be executed outside of mod_wsgi and
in a monkey patched environment. In this context we need to leave the
possibility to users to execute the heartbeat in a green thread.

The heartbeat_in_pthread was tagged as depreacted few months and planned
for a future removal. These changes drop this deprecation to allow to
enable green threads if needed.

Closes-Bug: #1934937
Change-Id: Iee2e5a6f7d71acba70bbc857f0bd7d83e32a7b8c
2021-10-14 15:20:42 +02:00

7 lines
192 B
YAML

---
upgrade:
- |
We undeprecated the ``heartbeat_in_pthread`` option. This option will
remain available to allow customers to run the rabbitmq heartbeat in
python thread or not.