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
Copy
getQueueDetails(name: string)
Getting a Queue
Copy
const queueDetails = await queue.getQueueDetails('queue');
Copy
queueDetails = await queue.getQueueDetails('queue')