RomainLanz / adonis-bull-queue

Queue system based on BullMQ for AdonisJS
MIT License
147 stars 26 forks source link

Access to the queue object #25

Closed filipebraida closed 7 months ago

filipebraida commented 1 year ago

I was evaluating the queue packages for Adonis, and I really liked the structure you've built. However, I would need to have access to the queue in order to, for example, delete all jobs. Do you think it would be interesting to have a getQueue(queueName:string) method that could retrieve the queue itself?

Thank you!

RomainLanz commented 7 months ago

Should be good. 👍🏻