fix: fix continuous tasks stealing on idle start at worker node idling
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 24 Nov 2023 23:51:49 +0000 (00:51 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 24 Nov 2023 23:51:49 +0000 (00:51 +0100)
commit463226a44b0370911db746052bcad0bcc7878acf
tree93c522939d77c6553d63768b0a43b78a39a2abf2
parent14dad1fd7c773bba06bcfb77b72f0da3a8ac5288
fix: fix continuous tasks stealing on idle start at worker node idling

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md
pnpm-lock.yaml
src/pools/abstract-pool.ts
src/pools/worker-node.ts
src/pools/worker.ts
tests/pools/abstract-pool.test.mjs
tests/pools/cluster/fixed.test.mjs
tests/pools/selection-strategies/selection-strategies.test.mjs
tests/pools/thread/fixed.test.mjs
tests/pools/worker-node.test.mjs