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
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
Btw I switched to manually specifying the port, creds etc instead of using URL and it worked
10 months ago
looks like you are now connecting to it via the public network
That's interesting. Is there any way Railway can configure this on your end?
10 months ago
How are you setting up your Redis connection? I've had no problem connecting to Redis on BullMQ via private networking.
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