Skip to content

Commit 999af08

Browse files
fix(workers): prevent parallel worker bootstrap crash
1 parent 76640cf commit 999af08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pipeline/workers/worker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ function workerMain() {
238238
logger.info("Worker received SIGINT");
239239
process.exit(0);
240240
});
241+
242+
return Promise.resolve();
241243
}
242244

243245
// Start worker if run as child process

0 commit comments

Comments
 (0)