2016-12-06 11:23:06 +02:00
|
|
|
---
|
|
|
|
features:
|
2017-02-08 16:37:05 -05:00
|
|
|
- Adds new configuration option ``[conductor]/send_sensor_data_workers``
|
|
|
|
to allow concurrent sending of sensor data using the specified
|
2016-12-06 11:23:06 +02:00
|
|
|
number of green threads.
|
2017-02-08 16:37:05 -05:00
|
|
|
The ``[conductor]/wait_timeout_for_send_sensor_data`` configuration option
|
|
|
|
is the time to wait for all spawned green threads before running the
|
|
|
|
periodic task again.
|
2016-12-06 11:23:06 +02:00
|
|
|
upgrade:
|
2017-02-08 16:37:05 -05:00
|
|
|
- Increases the default number of workers for the ``send_sensor_data``
|
|
|
|
periodic task from 1 to 4.
|