Merge "Remove deprecation of heartbeat_in_pthread"

This commit is contained in:
Zuul 2021-10-21 12:33:29 +00:00 committed by Gerrit Code Review
commit feb72de7b8
2 changed files with 7 additions and 1 deletions

View File

@ -84,7 +84,7 @@ rabbit_opts = [
"example if the parent process has monkey patched the "
"stdlib by using eventlet/greenlet then the heartbeat "
"will be run through a green thread.",
deprecated_for_removal=True),
),
cfg.FloatOpt('kombu_reconnect_delay',
default=1.0,
deprecated_group='DEFAULT',

View File

@ -0,0 +1,6 @@
---
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.