P-Queue
Promise queue with concurrency control
...The library exposes events and state information for monitoring active, pending, completed, rate-limited, empty, and idle queue conditions. Backpressure helpers can prevent producers from overwhelming the queue when work arrives faster than it can be processed. Custom queue implementations can also replace the default priority scheduler for specialized scheduling behavior.