fastq is a high-performance in-memory work queue for JavaScript and Node.js applications. It runs tasks through a worker function while enforcing a configurable concurrency limit. Both traditional callback workers and Promise-based async workers are supported. Tasks can be added to either the front or back of the queue depending on scheduling needs. Processing can be paused, resumed, emptied, or terminated while exposing the current queue length and idle state. Hooks report conditions such as drain, saturation, empty queues, and task errors. TypeScript definitions are included, and the package is designed to provide queue management with very little performance overhead.
Features
- Configurable task concurrency
- Callback and Promise worker APIs
- Front and back task insertion
- Pause and resume controls
- Queue length, idle, and inspection methods
- Drain, saturation, empty, and error hooks
Categories
LibrariesLicense
ISC LicenseFollow fastq
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of fastq!