Replies: 3 comments 1 reply
-
The thing is that BullMQ 5 uses a newer version of IORedis, so it is quite likely the issue has been introduced in IOredis as a regression, the question is in which scenario this happens so that we can report it in IORedis repo. |
Beta Was this translation helpful? Give feedback.
-
Some background: redis/ioredis@aa9c5b1 |
Beta Was this translation helpful? Give feedback.
-
Some hints may come from this error as well: Error: None of startup nodes is available |
Beta Was this translation helpful? Give feedback.
-
Today I updated the bullmq version in one project from 4.17 to 5.7 gradually (From 4.17 to 5.1, from 5.1 to 5.3 and from 5.3 to 5.7).
Everything worked great with the migration but after a bunch of hours the project was running I received the following error:
From the path this totally looks like an
ioredis
error, so I upgraded myioredis 5.3
version to the latest 5.4 but the problem has been raised again.I am pretty sure this is something regarding bullmq 5 since I have never had this error in the months my project was running with bullmq 4.
I'm running bullmq on an AWS EC2 (node v18) connected to an AWS MemoryDB in cluster mode, I can share my code configuration:
Connection configuration
Here is how I handle errors and interrupts
Do you have any idea about this? Until now my workers have been gracefully shut-down, so I simply restarted them.
Beta Was this translation helpful? Give feedback.
All reactions