redis bullmq
family: 0
not working
mh15
HOBBYOP

10 months 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

10 months ago

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


brody
EMPLOYEE

10 months 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

10 months ago

bullmq 5.41.2 will try and check ioredis


mh15
HOBBYOP

10 months ago

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


mh15
HOBBYOP

10 months ago

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


brody
EMPLOYEE

10 months ago

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


mh15
HOBBYOP

10 months ago

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


passos
MODERATOR

10 months ago

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


brody
EMPLOYEE

10 months 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...