Fix busy event emission on fixed pool: (#332)
[poolifier.git] / tests / pools / cluster / fixed.test.js
2021-05-03  Jérôme BenoitFix busy event emission on fixed pool: (#332)
2021-03-09  Jérôme BenoitAdd two tests to assess worker options. (#260)
2021-03-07  Jérôme BenoitBenchmarks and tests code cleanups. (#257)
2021-03-06  Jérôme BenoitPool busy event emitting on all pool types (#241)
2021-02-23  Alessandro Pio ArdizioRemoved max tasks (#225)
2021-02-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-21  Jérôme BenoitEnsure we always clean up resources in ut. (#214)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)
2021-02-18  Alessandro Pio ArdizioFix EPIPE when run unit tests (#187)
2021-02-17  Alessandro Pio ArdizioTests enhancement (#172)
2021-02-16  Alessandro Pio ArdizioMerge pull request #153 from pioardi/add-worker-test
2021-02-16  ShinigamiMerge branch 'master' into add-worker-test
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioMerge pull request #161 from pioardi/issue-70
2021-02-16  aardizioIncreased test timeouts, we need to look into that...
2021-02-16  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  aardizioCluster pool is now working
2021-02-14  ShinigamiMerge branch 'master' into add-worker-test
2021-02-14  ShinigamiMerge branch 'master' into add-worker-test
2021-02-14  Shinigami92Rename folder
2021-02-13  ShinigamiClean worker from pool after it was destroyed (#146)
2021-02-13  ShinigamiAdd eslint-plugin-spellcheck (#139)
2021-02-13  Alessandro Pio ArdizioCoverage ci (#132)
2021-02-11  ShinigamiProvide a cluster worker pool (#92)