Async Interval Queue

JSON →
library 1.0.9 ·javascript maintenance
verified Jun 7, 2026

A lightweight, zero-dependency job scheduler that runs async tasks at fixed intervals. Version 1.0.9 is the current stable release; the package is mature and used in production, but the GitHub repo shows low maintenance activity. It supports automatic retries on failure, a decorator pattern for wrapping functions, and simple thunk-based job submission. Unlike full-featured job queues (e.g., Bull, Agenda), it has no persistence, clustering, or advanced scheduling; its simplicity makes it ideal for rate-limiting API calls in single-process applications. A sharded version is available separately.