Replies: 2 comments 1 reply
-
Has anyone figured that out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you have to either use the NestJS Integration or your own wrappers around BullMQ and not mix them. For the NestJS integration you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to return result from service. I have this code working but its looks ugly and wrong.
But can't figure out now in Nestjs get QueueEvents correct way.
import { Injectable } from '@nestjs/common';
So my question is how to get QueueEvents in NestJS?
Beta Was this translation helpful? Give feedback.
All reactions