fix: fix race condition at counting executing tasks on worker node
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Aug 2023 18:30:39 +0000 (20:30 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Aug 2023 18:30:39 +0000 (20:30 +0200)
commit5bb5be17a795c3061bdb0a7748b42b2ba2060db3
tree9725d2b982ce0a0fcad1f79508cc00d027514a30
parent5dd4043c9129deddc7d95d1d05ea5f23aa31801c
fix: fix race condition at counting executing tasks on worker node

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CHANGELOG.md
package.json
pnpm-lock.yaml
src/pools/abstract-pool.ts
tests/pools/abstract/abstract-pool.test.js
tests/pools/cluster/fixed.test.js
tests/pools/thread/fixed.test.js