Merge "Remove deprecation of heartbeat_in_pthread"
This commit is contained in:
commit
feb72de7b8
@ -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',
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user