Get a Queue
You can retrieve details and statistics about a queue, including the current rate of the queue and whether it is currently active or not.
Method Signature
getQueueDetails(name: string)
Getting a Queue
const queueDetails = await queue.getQueueDetails('queue');
queueDetails = await queue.getQueueDetails('queue')