@nestjs/bull + Redis issue
adriancoll-stowlog
PROOP

10 months ago

I'm trying to deploy my NestJS API + Redis database for my bull queues.

The issue is that im referencing the ${{ Redis.REDIS_URL }} and setting it as a config as nestjs documentation says, but it keeps reloading and reloading until the deploy fails.

I've tried using the REDIS_URL and the credentials method, and keeps reloading.

The only thing that "solves" this is using the Public URL provided by the Railway proxy, that obviously is more expensive.

0 Replies

Loading...