4.8.4 • Published 4 years ago
electrode-ota-server-service-worker v4.8.4
electrode-ota-service-worker
Creates a worker process that summarizes the metrics and places them into the metrics-summary
table.
Usage
In your OTA Manager config, add this module as a plugin.
{
"plugins": {
"electrode-ota-server-service-worker": {
"options": {
"numberWorkers": 1,
"workerSleep": 300,
"logging": "error"
}
}
}
}
The options are
- numberWorkers: Number of workers to fork (default 1)
- workerSleep: Time in seconds for the worker to sleep between updates (default 300 sec)
- logging: Specifies the logging level (default "error"). Value values "error", "info", "debug".
Contributing
To run tests and coverage
% yarn
% yarn coverage
To run tests only
% yarn test
4.8.4
4 years ago
4.8.3
5 years ago
4.8.2
5 years ago
4.8.1
5 years ago
4.8.0
5 years ago
4.7.3-beta.1
5 years ago
4.7.3-beta.0
5 years ago
4.7.2
5 years ago
4.7.1
5 years ago
4.7.0
5 years ago
4.6.12
5 years ago
4.6.11
5 years ago
4.6.10-beta.12
5 years ago
4.6.10-beta.0
5 years ago
4.6.9
5 years ago
4.6.8
5 years ago
4.6.7
5 years ago
4.6.6
5 years ago
4.6.3
5 years ago
4.6.5
5 years ago
4.6.4
5 years ago
4.6.2
6 years ago
4.6.0
6 years ago
4.5.2
6 years ago
4.5.1
6 years ago
4.5.0
6 years ago