You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FREE_PLAN_LOG_RETENTION_DAYS: z.string().optional(),// Log retention days for free plan users
187
187
188
188
// Admission & Burst Protection
189
+
CONCURRENCY_CONTROL_ENABLED: z.string().optional().default('false'),// Set to 'true' to enable BullMQ-based concurrency control (default: inline execution)
189
190
ADMISSION_GATE_MAX_INFLIGHT: z.string().optional().default('500'),// Max concurrent in-flight execution requests per pod
190
191
DISPATCH_MAX_QUEUE_PER_WORKSPACE: z.string().optional().default('1000'),// Max queued dispatch jobs per workspace
191
192
DISPATCH_MAX_QUEUE_GLOBAL: z.string().optional().default('50000'),// Max queued dispatch jobs globally
0 commit comments