fix: fix pool destroying with tasks queuing enabled
[poolifier.git] / tests / pools / abstract-pool.test.mjs
2023-12-18  Jérôme Benoitfix: fix pool destroying with tasks queuing enabled
2023-12-18  Jérôme Benoitbuild(ci): fix pool destroy timeout
2023-12-18  Jérôme Benoitfix: fix pool destroying with tasks queuing enabled
2023-12-18  Jérôme Benoitrefactor: set tasksFinishedTimeout default to 2000ms
2023-12-18  Jérôme Benoitfeat: add queued tasks end timeout support to worker...
2023-12-16  Jérôme Benoittest: refine expectation at back pressure callback
2023-12-15  Jérôme Benoitrefactor: move worker setup into worker node constructor
2023-12-14  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-12-11  Jérôme Benoittest: destroy pool in async context tracking test
2023-12-11  Jérôme Benoitfix: fix task execution tracking with pool async resource
2023-11-25  Jérôme Benoittest: cleanup expected data structure
2023-11-24  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-11-24  Jérôme Benoitfix: fix continuous tasks stealing on idle start at...
2023-11-22  Jérôme Benoitfix: fix pool ready event emission
2023-11-14  Jérôme Benoitfix: check pool statuses
2023-10-26  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-10-25  Jérôme Benoittest: add pool creation and destroy test
2023-10-14  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2023-10-13  Jérôme Benoitfeat: make worker node an event target
2023-10-08  Jérôme Benoittest: add missing pool destroy()
2023-10-08  Jérôme Benoittest: toThrowError() -> toThrow()
2023-10-08  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-10-08  Jérôme Benoitrefactor: remove unneeded conditions at worker file...
2023-10-02  Jérôme Benoittest: remove unneeded async
2023-09-30  Jérôme Benoittest: cleanup path resolve
2023-09-30  Jérôme Benoitrefactor: code cleanup
2023-09-30  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-09-29  Jérôme Benoittest: switch thread worker to ESM
2023-09-29  Jérôme Benoittest: switch to ESM