Redis MaxRetriesPerRequestError
ludevsoftware
PROOP

10 months ago

I can't connect to my private redis database. I'm instantiating Bull js with nest js, after a long time the application responds with error 500 from MaxRetriesPerRequestError

BullModule.forRoot({

redis: {

host: process.env.REDISHOST!,

port: Number(process.env.REDISPORT),

username: process.env.REDISUSER,

password: process.env.REDISPASSWORD,

family: 0

}

}),

Solved

3 Replies

10 months ago

Heya, seems you're using redis cloud. any reason not to deploy your redis to railway ? We have docs for this here: https://docs.railway.com/guides/redis

Unfortunately we are not able to help you with redis issues from another provider.

Best,

Nico


Status changed to Awaiting User Response Railway 10 months ago


itsrems

Heya, seems you're using redis cloud. any reason not to deploy your redis to railway ? We have docs for this here: https://docs.railway.com/guides/redisUnfortunately we are not able to help you with redis issues from another provider.Best,Nico

ludevsoftware
PROOP

10 months ago

Because the local Redis Railway i cant conect, This is the reason I changed to Redis Cloud why my app is on production and i need a Redis Service


Status changed to Awaiting Railway Response Railway 10 months ago


10 months ago

You should be able to use redis over the private network. See https://docs.railway.com/dynamic/reference/errors/enotfound-redis-railway-internal if you run into any issues.

Hope this helps !


Status changed to Awaiting User Response Railway 10 months ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...