queue.add() hanging #2559
Unanswered
aryeharmon
asked this question in
Q&A
Replies: 1 comment 5 replies
-
It could be simply that your connection to Redis is down, configure your Queue instance so that it fails fast as explained here to avoid hanging: https://docs.bullmq.io/patterns/failing-fast-when-redis-is-down |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a few hundred bull queues running in a single app. i find that often when adding jobs:
await queue.add()
hangs and never completes. i am trying to figure out where this is coming from. i do not see the redis server cpu or memorry full at all so i am looking for ideas about where this might be coming from and what can cause this sort of problem. any ideas?
Beta Was this translation helpful? Give feedback.
All reactions