Queue Batch

JSON →
library 1.0.3 ·javascript
verified Jun 7, 2026

A minimalistic queue processor that emits events. Version 1.0.3 provides a simple batch-processing queue with configurable concurrency and an event-driven API (empty, error events). Key differentiators: lightweight, no dependencies, straightforward callback-based processing. Suitable for rate-limited or sequential task execution. Compare to async.queue or bull for simpler use cases. Low release cadence; last update unknown.