Force exit once inference finishes in case we are holding any connections open

This commit is contained in:
Sean Goedecke
2025-08-05 21:42:07 +00:00
parent 0cbed4a106
commit 4685e0dcd4
5 changed files with 32 additions and 7 deletions
Generated Vendored
+2
View File
@@ -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();