Create Custom Events
In BullMQ, creating a generic distributed realtime event emitter is possible by using our QueueEventsProducer class.
Consumers must use QueueEvents class to subscribe to those events that they are interested in.
Only eventName attribute is required.
Some event names are reserved from Queue Listener API Reference.
Read more:
Last updated