In memory queue system prioritizing tasks
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
A Node.js library for interacting with the Vercel Queue Service API
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
A really simple message queue based on Redis
Sequential asynchronous lock-based queue for promises
Fast, in memory work queue
asynchronous function queue with adjustable concurrency
Enqueues messages onto a given SQS queue
A simple rate limited queue for asynchronous operations. Restricts the number of operations executed per time interval.
Vow-based task queue
A promise based, dynamic priority queue runner, with concurrency limiting.
A minimalist time-based caching system.
Extremely fast double-ended queue implementation
Microsoft Azure Storage SDK for JavaScript - Queue
Compatible version of p-queue
A heap-based implementation of priority queue in javascript with typescript support.
celery written in nodejs
A queue with delayed enqueue of unique entries, perfect for queuing update notifications.
Generic browser priority queue.
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Useful TypeScript utilities.
Simple Typescript Queue with generics type support
Evaluate asynchronous tasks with configurable concurrency.