File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,14 @@ app:
139139 EXECUTION_TIMEOUT_ASYNC_PRO : " 5400" # Pro tier async timeout (90 minutes)
140140 EXECUTION_TIMEOUT_ASYNC_TEAM : " 5400" # Team tier async timeout (90 minutes)
141141 EXECUTION_TIMEOUT_ASYNC_ENTERPRISE : " 5400" # Enterprise tier async timeout (90 minutes)
142-
142+
143+ # Isolated-VM Worker Pool Configuration
144+ IVM_POOL_SIZE : " 4" # Max worker processes in pool
145+ IVM_MAX_CONCURRENT : " 10000" # Max concurrent executions globally
146+ IVM_MAX_PER_WORKER : " 2500" # Max concurrent executions per worker
147+ IVM_WORKER_IDLE_TIMEOUT_MS : " 60000" # Worker idle cleanup timeout (ms)
148+ IVM_QUEUE_TIMEOUT_MS : " 300000" # Max queue wait before rejection (ms)
149+
143150 # UI Branding & Whitelabeling Configuration
144151 NEXT_PUBLIC_BRAND_NAME : " Sim" # Custom brand name
145152 NEXT_PUBLIC_BRAND_LOGO_URL : " " # Custom logo URL (leave empty for default)
You can’t perform that action at this time.
0 commit comments