
Current un-patching causes conflict with a few other moduels such as queue patched, which is causing undesired delays. Let's remove it to use unpatched modules or patched modules consistently. Co-Authored-By: Artem Vasilyev <artem.v.vasilyev@gmail.com> Closes-Bug: #2098714 Change-Id: I3c5ce7cc399c76afcee57d92d6a3a0f2b680efce
8 lines
229 B
YAML
8 lines
229 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes delayed metrics processing in services using eventlet, caused by
|
|
mixing a native thread with an eventlet-patched queue.
|
|
See `bug 2098714 <https://launchpad.net/bugs/2098714>`__
|
|
for details.
|