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