poolifier
Advanced tools
Changelog
[4.0.8] - 2024-05-15
Changelog
[4.0.5] - 2024-05-09
Changelog
[4.0.4] - 2024-05-08
tasksStealingOnBackPressure
by default until performance issues under heavy load are sorted out.Changelog
[4.0.3] - 2024-05-08
Changelog
[4.0.2] - 2024-05-06
Changelog
[4.0.1] - 2024-05-02
Changelog
[4.0.0] - 2024-04-30
{ taskFunction: (data?: Data) => Response | Promise<Response>, priority?: number, strategy?: WorkerChoiceStrategy }
.listTaskFunctionNames()
to listTaskFunctionsProperties()
in pool and worker API returning registered task functions properties.strategy
field in pool information renamed to defaultStrategy
.