redis bullmq
family: 0
not working
mh15
HOBBYOP

a year ago

Hey all, I'm getting the error described in https://discord.com/channels/713503345364697088/1325857946919243830/1325857946919243830 and have tried the solution from the docs, but still get the same error

https://docs.railway.com/reference/errors/enotfound-redis-railway-internal

9 Replies

mh15
HOBBYOP

a year ago

543a82b5-6c48-4175-a94d-04fa4483c0fc


a year ago

its possible you are using a version of bullmq that uses a very old version of ioredis that outright doesn't support ipv6


mh15
HOBBYOP

a year ago

bullmq 5.41.2 will try and check ioredis


mh15
HOBBYOP

a year ago

Yeah they're all recent versions. I bumped to latest, no dice.


mh15
HOBBYOP

a year ago

Btw I switched to manually specifying the port, creds etc instead of using URL and it worked


a year ago

looks like you are now connecting to it via the public network


mh15
HOBBYOP

a year ago

That's interesting. Is there any way Railway can configure this on your end?


a year ago

How are you setting up your Redis connection? I've had no problem connecting to Redis on BullMQ via private networking.


a year ago

yeah, really not much we can do from our side, you would need to config your bullmq client correctly so that it can do the dual stack lookup


Loading...