Skip to content

Commit e55717e

Browse files
committed
chore(selfhost): regenerate the env reference for the new env reads
1 parent 2d85835 commit e55717e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/loopover-ui/src/lib/selfhost-env-reference.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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` |",

0 commit comments

Comments
 (0)