Force exit once inference finishes in case we are holding any connections open
This commit is contained in:
+2
@@ -51790,6 +51790,8 @@ async function run() {
|
||||
// Force exit to prevent hanging on open connections
|
||||
process.exit(1);
|
||||
}
|
||||
// Force exit to prevent hanging on open connections
|
||||
process.exit(0);
|
||||
}
|
||||
function tempDir() {
|
||||
const tempDirectory = process.env['RUNNER_TEMP'] || require$$0.tmpdir();
|
||||
|
||||
Reference in New Issue
Block a user