Evaluate asynchronous tasks with configurable concurrency.
asynchronous function queue with adjustable concurrency
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
wrapper around async.queue to make some common usages simpler
asynchronous function queue with adjustable concurrency
Vow-based task queue
Extremely fast double-ended queue implementation
Compatible version of p-queue
Sequential asynchronous lock-based queue for promises
a simple priority queue data structure
a performant queue implementation in javascript
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Promise queue with a nice API
Better Queue for NodeJS
Generic browser priority queue.
Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.
Priority queue data structures
A queue implementation that can be iterated over
Better Stack JavaScript logging tools (formerly Logtail)
Queueing jobs in Postgres from Node.js like a boss
Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.
An interactive UI dashboard for Bee Queue
Express middleware to limit a number of simultaneously processing requests using queue
Add a callback to the next tick queue.