Queue configuration options
Adds an item to the queue.
The item to add
This queue instance
Processes the next item in the queue.
Promise that resolves with the result of the item's run function
Pauses the queue.
This queue instance
Starts processing the queue.
Promise that resolves when all items are processed
Queue for managing spawning of clusters with delays.