Add dynamic worker choice strategy change at runtime
[poolifier.git] / tests / pools / selection-strategies.test.js
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime
2022-06-26  Jérôme BenoitUpgrade expect to latest
2021-03-07  Jérôme BenoitFix strategy handling in pool options (#259)
2021-02-23  Jérôme BenoitCleanups on bechmarking and strategies code: (#227)
2021-02-23  Alessandro Pio ArdizioRemoved max tasks (#225)
2021-02-22  Jérôme BenoitImprove worker selection strategies coverage. (#220)
2021-02-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-21  ShinigamiExtract selection strategies to classes (#176)