Make the worker start delay a tunable.
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 30 Apr 2021 18:54:37 +0000 (20:54 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 30 Apr 2021 18:54:37 +0000 (20:54 +0200)
commit322c9192eaa7142da1bf475cc2c6588ca72d922c
treef70a92d4a6dd68aab38ee147fcd38f84ca99d360
parent99503026b3fc316b7743d55a7e5c1c814bc43499
Make the worker start delay a tunable.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 files changed:
package-lock.json
package.json
src/charging-station/Bootstrap.ts
src/types/ConfigurationData.ts
src/types/Worker.ts
src/utils/Configuration.ts
src/utils/Constants.ts
src/worker/WorkerAbstract.ts
src/worker/WorkerDynamicPool.ts
src/worker/WorkerFactory.ts
src/worker/WorkerSet.ts
src/worker/WorkerStaticPool.ts