DynaQueueHandler

JSON →
library 8.0.3 ·javascript
verified Jun 7, 2026

A TypeScript library for managing queued jobs with controlled parallelism in Node.js and web apps. v8.0.3 (stable) supports TypeScript out of the box. Key differentiators: configurable concurrency, memory abstraction callbacks for custom storage (in-memory, DB, etc.), priority support, auto-start, and comprehensive status monitoring via isWorking, hasJobs, jobsCount, processingJobsCount, and allDone().