Bullmq Worker not reusing configured active redis connection #4554
Unanswered
Stancobridge
asked this question in
Help
Replies: 1 comment 2 replies
-
How come bullmq knows that it has to read config file that is specific to AdonisJS? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package version
^6.6.0
Describe the bug
Am trying to use bullmq with adonisjs but have run into some issues which I have resolved.
First of there is no documentation on how to set up BullMQ in adonisjs, so what I did is that I created a provider and added the code in ready method of the provider as below.
but am getting this error
If I manually add the connection host and port it works fine
Is it not supposed to work with the connection provided by redis that I have already set.
here is the redis config.
Redis connection is working fine
Reproduction repo
No response
Beta Was this translation helpful? Give feedback.
All reactions