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
188
188
189
189
// Admission & Burst Protection
190
+
CONCURRENCY_CONTROL_ENABLED: z.string().optional().default('false'),// Set to 'true' to enable BullMQ-based concurrency control (default: inline execution)
190
191
ADMISSION_GATE_MAX_INFLIGHT: z.string().optional().default('500'),// Max concurrent in-flight execution requests per pod
191
192
DISPATCH_MAX_QUEUE_PER_WORKSPACE: z.string().optional().default('1000'),// Max queued dispatch jobs per workspace
192
193
DISPATCH_MAX_QUEUE_GLOBAL: z.string().optional().default('50000'),// Max queued dispatch jobs globally
0 commit comments