Long Task Queue Reader

JSON →
library 0.8.2 ·javascript
verified Jun 7, 2026

long-task-queue-reader is a JavaScript library for reading and processing tasks from a long-running task queue, designed to handle large volumes of tasks with backpressure and error handling. Version 0.8.2 is the current stable release, maintained regularly with a focus on robustness and performance. It differs from simple queue libraries by supporting persistent queue backends and providing a reader interface with configurable concurrency, retries, and task acknowledgment. Suitable for Node.js environments with async/await patterns.