Skip to content

Commit 1c97e21

Browse files
committed
chore(helm): add isolated-vm worker pool env vars to values.yaml
1 parent 965f1bc commit 1c97e21

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

helm/sim/values.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)