We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8592606 commit 80c0ab9Copy full SHA for 80c0ab9
src/pools/abstract-pool.ts
@@ -1695,8 +1695,6 @@ export abstract class AbstractPool<
1695
this.isWorkerNodeIdle(localWorkerNodeKey) &&
1696
!this.isWorkerNodeStealing(localWorkerNodeKey))
1697
) {
1698
- // Flag the worker node as not ready immediately
1699
- this.flagWorkerNodeAsNotReady(localWorkerNodeKey)
1700
this.destroyWorkerNode(localWorkerNodeKey).catch((error) => {
1701
this.eventTarget?.dispatchEvent(
1702
new ErrorEvent(PoolEvents.error, { error }),
0 commit comments