tasks-queue
JSON →A lightweight Node.js task queue that processes tasks sequentially with a configurable minimum time interval between executions. Version 0.0.2 is the current stable release. It supports push and unshift operations, event-driven task handling, and shared state via variables. Ideal for rate-limiting or throttling operations where tasks must not execute too frequently.