diff --git a/apps/webapp/app/services/runExecutionRateLimiter.server.ts b/apps/webapp/app/services/runExecutionRateLimiter.server.ts index 59c9f8f09..29eb1181d 100644 --- a/apps/webapp/app/services/runExecutionRateLimiter.server.ts +++ b/apps/webapp/app/services/runExecutionRateLimiter.server.ts @@ -379,6 +379,7 @@ function getRateLimiter() { enableAutoPipelining: true, }, dnsLookup: (address, callback) => callback(null, address), + slotsRefreshTimeout: 10000, }, }, defaultConcurrency: env.DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT,