Queue.prototype.getWaiting() returns empty list if Queue is paused
Created by: Bersam
I need to get a list of all jobs currently in the queue. I have found Queue.prototype.getWaiting(). But it returns an empty list if the queue is paused.
Created by: Bersam
I need to get a list of all jobs currently in the queue. I have found Queue.prototype.getWaiting(). But it returns an empty list if the queue is paused.