project-nomad/admin/config
John Onysko 9c9b257584 feat(config): respect REDIS_DB env var for queue and transmit
Allow operators to select a Redis logical database index via the
REDIS_DB environment variable. Without this, the BullMQ queue and the
@adonisjs/transmit Redis transport both implicitly used db 0, causing
key collisions when sharing a Redis instance across multiple services
or environments.

REDIS_DB is added to the env schema as an optional number; both
config/queue.ts and config/transmit.ts fall back to db 0 when unset,
preserving existing behavior.
2026-06-07 15:11:22 -07:00
..
app.ts feat: initial commit 2025-06-29 15:51:08 -07:00
bodyparser.ts feat(KnowledgeBase): support up to 5 files upload of 100mb each per req 2026-04-03 14:26:50 -07:00
cors.ts feat: initial commit 2025-06-29 15:51:08 -07:00
database.ts fix: cache docker list requests, aiAssistantName fetching, and ensure inertia used properly 2026-04-03 14:26:50 -07:00
hash.ts feat: initial commit 2025-06-29 15:51:08 -07:00
inertia.ts fix: cache docker list requests, aiAssistantName fetching, and ensure inertia used properly 2026-04-03 14:26:50 -07:00
logger.ts fix(logging): also write production logs to stdout for docker visibility (#870) 2026-06-06 10:55:20 -07:00
queue.ts feat(config): respect REDIS_DB env var for queue and transmit 2026-06-07 15:11:22 -07:00
session.ts feat: initial commit 2025-06-29 15:51:08 -07:00
shield.ts feat: initial commit 2025-06-29 15:51:08 -07:00
static.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
transmit.ts feat(config): respect REDIS_DB env var for queue and transmit 2026-06-07 15:11:22 -07:00
vite.ts feat: initial commit 2025-06-29 15:51:08 -07:00