File: accept-wait-interval-threading-fc02f76056cbaed4.yaml

package info (click to toggle)
python-oslo.service 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 820 kB
  • sloc: python: 4,646; makefile: 20; sh: 2
file content (12 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    The ``threading`` backend now accepts the ``wait_interval`` argument
    in ``ProcessLauncher`` for compatibility with services like Neutron.
    The parameter is still used in the ``eventlet`` backend to reduce CPU usage
    during child monitoring loops, but has no effect in ``threading``.
    A warning is logged if it is passed.
    In addition, multiple calls to ``launch_service()`` on the same
    ``ProcessLauncher`` instance are now supported, using a single
    ``ServiceManager`` internally. This makes the threading backend fully
    compatible with how the ``eventlet`` backend behaves.