p-limit
Run multiple promise-returning & async functions with limited concurrency
throttleit
Throttle a function to limit its execution rate
debounce
Delay function calls until a set time elapses after the last invocation
p-queue
Promise queue with concurrency control
batch2
A transform stream that collects chunks and passes them on as batches