How to use subscription with bullmq?
How can I process the messages in the queue with bullmq in the worker and publish them on the subscription side? I can't solve it in any way. My trpc server is published on my own nodejs server.
What I want to do is as follows, but we can't use yield in eventlistener. What is the right way?
0 Replies