We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1a83f commit f472778Copy full SHA for f472778
1 file changed
extensions/codex/src/app-server/attempt-startup.ts
@@ -109,6 +109,7 @@ export async function startCodexAttemptThread(params: {
109
onTimeout: async () => {
110
await params.onStartupTimeout();
111
await releaseStartupResourcesOnTimeout?.();
112
+ clearSharedCodexAppServerClientIfCurrent(startupClientForAbandonedRequestCleanup);
113
},
114
operation: async () => {
115
const threadConfig = mergeCodexThreadConfigs(
0 commit comments