timer-queue

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

A lightweight, configurable job queue for Node.js and browsers that schedules function execution with configurable interval, timeout, retry, and retry interval. v1.1.0 (stable, no recent updates). Provides three patterns for async control: synchronous boolean returns, callback-based (done/error), and Promise-based. Events for 'end' and 'error'. Differentiator: simple timer-based queue without external dependencies, supporting per-job retry and delay.