Better Queue for NodeJS
Generic browser priority queue.
A simple and efficient queue system for Node.js applications
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Promise queue with a nice API
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
Evaluate asynchronous tasks with configurable concurrency.
Asynchronous queueing (producer-consumer style) with promises
wrapper around async.queue to make some common usages simpler
A Redis-backed job queue built for Bun.
qjobs is a simple and stupid queue job manager for nodejs
Queueing jobs in Postgres from Node.js like a boss
Reliable job queue built on BullMQ and Redis. Add jobs to a persistent queue and process them with automatic retries, concurrency control, and graceful shutdown.
Throttled parallel function invocation.
A Node.js library for interacting with the Vercel Queue Service API
A queue implementation that can be iterated over
Job queue management for Workglow, handling task scheduling, execution, and distributed processing.
Coding agent CLI with read, bash, edit, write tools and session management
Curated collection of data structures for the JavaScript/TypeScript.
a performant queue implementation in javascript
AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config
Vow-based task queue
Priority queue data structures
Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.