Skip to content

Commit

Permalink
Parallel: Removed redundant cluster disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Apr 29, 2023
1 parent 447408e commit 9118835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/parallel_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ class ParallelRunner extends RunnerBase {
const workerPromises = Object.values(this.cluster_.workers)
.map(worker => this.runWorker_(worker));
await Promise.all(workerPromises);
await new Promise(resolve => this.cluster_.disconnect(resolve));
}

async runWorker_(worker) {
Expand Down

0 comments on commit 9118835

Please sign in to comment.