refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerDynamicPool.ts
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-12  Jérôme BenoitLinter fixes
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-09-16  Jérôme BenoitLog errors in worker
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitEnhance default value for worker options handling
2022-03-04  Jérôme BenoitCleanup worker internal API
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-04  Jérôme BenoitIntroduce JSON type and use it for OCPP and internal...
2021-10-03  Jérôme BenoitMark some attributes readonly
2021-09-21  Jérôme BenoitFix ATG run duration computation
2021-09-13  Jérôme BenoitLog also ws closing reason
2021-08-28  Jérôme BenoitMove worker message handler to the options argument
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-08-25  Jérôme BenoitSilence some sonar code smells
2021-08-23  Jérôme BenoitUse singleton design pattern directly in the worker...
2021-08-13  Jérôme BenoitEnsure performance statistics is started before connect...
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-17  Jérôme BenoitPrepare code for strict type checking
2021-05-17  Jérôme BenoitAdd configuration tunable for pool worker choice strategy
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-04-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-04-11  Jérôme BenoitImprove a bit JSDoc.
2021-03-24  Jérôme BenoitAdd eslint jsdoc plugin and refine a bit the existing...
2021-03-09  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-08  Jérôme BenoitPer worker max number of elements is not relevant on...
2021-03-02  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-01  Jérôme BenoitRename Wrk -> WorkerAbstract
2021-02-24  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-19  Jérôme BenoitAlign worker code naming.
2021-02-19  Jérôme BenoitUpdate to poolifier 2.0.0-beta.6 (#10)
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-27  Jérôme BenoitInitial support for main configuration file changes...
2021-01-26  Jérôme BenoitUse generic for worker data type.
2021-01-25  Jérôme BenoitFix worker thread exit message.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.