1e60561ad7
This makes the processor run several workers in separate processes by default, leading to a big performance increase. The maximal number of workers can be configured. Work items: * Use cotyledon to spawn several workers. * Remove eventlet monkey patching and use the "threading" executor for messaging in order to avoid conflict with cotyledon internal threads. Story: 2005423 Task: 30447 Change-Id: I7e2a77cb7d68afb87274fb44fb208306c3b32473
7 lines
240 B
YAML
7 lines
240 B
YAML
---
|
|
features:
|
|
- |
|
|
The processor is now able to run several parallel workers. By default, one
|
|
worker is spawned for each available CPU. Workers can be limited through the
|
|
``max_workers`` option of the ``orchestrator`` section.
|