We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0209d33 commit 57455ffCopy full SHA for 57455ff
apps/sim/lib/execution/isolated-vm.ts
@@ -971,6 +971,7 @@ export async function executeInIsolatedVM(
971
req.timeoutMs
972
)
973
if (leaseAcquireResult === 'limit_exceeded') {
974
+ maybeCleanupOwner(ownerKey)
975
return {
976
result: null,
977
stdout: '',
@@ -982,6 +983,7 @@ export async function executeInIsolatedVM(
982
983
}
984
985
if (leaseAcquireResult === 'unavailable') {
986
987
988
989
0 commit comments