QUEUE_REDIS_URL is required, and .env.example never mentions it
A new or renamed variable that setup guides never mention.
- Changed in start/env.ts
REDIS_URL: Env.schema.string(),
QUEUE_REDIS_URL: Env.schema.string(),
- Still documented in .env.example:7
- REDIS_URL=redis://localhost:6379
- Suggested fix
- QUEUE_REDIS_URL=redis://localhost:6379