lib-job-queue

JSON →
library 2.1.0 ·javascript
verified Jun 7, 2026

A simple Node.js library for creating sequential job queues where each task is a child process. Version 2.1.0 is the latest stable release, with infrequent updates. It differentiates from other job queue libraries by focusing solely on child process execution in strict sequence, with built-in events (task, exit, end) and an abort mechanism that kills the current process (default SIGKILL).