File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -585,6 +585,10 @@ export const SELFHOST_ENV_REFERENCE_ROWS: SelfHostEnvReferenceRow[] = [
585585 name : "QUEUE_RECOVERY_JITTER_MS" ,
586586 firstReference : "src/selfhost/queue-common.ts" ,
587587 } ,
588+ {
589+ name : "QUEUE_SHUTDOWN_DRAIN_DEADLINE_MS" ,
590+ firstReference : "src/selfhost/queue-common.ts" ,
591+ } ,
588592 {
589593 name : "QUEUE_STARTUP_JITTER_MIN_JOBS" ,
590594 firstReference : "src/selfhost/queue-common.ts" ,
@@ -807,6 +811,7 @@ export const SELFHOST_ENV_REFERENCE_MARKDOWN = [
807811 "| `QUEUE_PROCESSING_TIMEOUT_MS` | `src/selfhost/queue-common.ts` |" ,
808812 "| `QUEUE_RATE_LIMIT_JITTER_MS` | `src/selfhost/queue-common.ts` |" ,
809813 "| `QUEUE_RECOVERY_JITTER_MS` | `src/selfhost/queue-common.ts` |" ,
814+ "| `QUEUE_SHUTDOWN_DRAIN_DEADLINE_MS` | `src/selfhost/queue-common.ts` |" ,
810815 "| `QUEUE_STARTUP_JITTER_MIN_JOBS` | `src/selfhost/queue-common.ts` |" ,
811816 "| `QUEUE_STARTUP_JITTER_MS` | `src/selfhost/queue-common.ts` |" ,
812817 "| `REDEPLOY_COMPANION_SOCKET_PATH` | `src/server.ts` |" ,
You can’t perform that action at this time.
0 commit comments