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?
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!