Skip to content

Commit 14d8c2d

Browse files
committed
Release the concurrency for the project too…
1 parent 8693eb0 commit 14d8c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/services/queryService.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export async function executeQuery<TOut extends z.ZodSchema>(
328328
} finally {
329329
// Always release the concurrency slot
330330
await queryConcurrencyLimiter.release({
331-
key: organizationId,
331+
key: projectId,
332332
requestId,
333333
});
334334
}

0 commit comments

Comments
 (0)