From 57455ff471614af8c74eba407a9caad90d35044f Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Fri, 6 Feb 2026 16:36:34 -0800 Subject: [PATCH] one more bugbot comment --- apps/sim/lib/execution/isolated-vm.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/sim/lib/execution/isolated-vm.ts b/apps/sim/lib/execution/isolated-vm.ts index c408a3c32..75567aed5 100644 --- a/apps/sim/lib/execution/isolated-vm.ts +++ b/apps/sim/lib/execution/isolated-vm.ts @@ -971,6 +971,7 @@ export async function executeInIsolatedVM( req.timeoutMs ) if (leaseAcquireResult === 'limit_exceeded') { + maybeCleanupOwner(ownerKey) return { result: null, stdout: '', @@ -982,6 +983,7 @@ export async function executeInIsolatedVM( } } if (leaseAcquireResult === 'unavailable') { + maybeCleanupOwner(ownerKey) return { result: null, stdout: '',