
The method _send_sensor data is executed in a single thread for all nodes consequently and slow down collecting sensor data process. This makes this task concurrent by node distribution among configured in conductor number of workers using synchronized queue. Change-Id: Ic97bd798f2aa74998d185b6f50635f5862a677f5 Closes-Bug: 1642285
12 lines
445 B
YAML
12 lines
445 B
YAML
---
|
|
features:
|
|
- Adds new option ``[conductor]/send_sensor_data_workers``
|
|
to allow concurrently sending sensor data using the specified
|
|
number of green threads.
|
|
``[conductor]/wait_timeout_for_send_sensor_data`` option allows
|
|
to specify the time to wait for all spawned green threads before
|
|
running the periodic task again.
|
|
upgrade:
|
|
- Increases number of workers from 1 to 4 for the ``send_sensor_data``
|
|
periodic task.
|