job-manager
A queue manager class which process tasks with given workers, with adjustable concurrency. It can automatically load tasks, pause resume etc
A queue manager class which process tasks with given workers, with adjustable concurrency. It can automatically load tasks, pause resume etc
*For easily managing slave processes.*
Periodic job scheduler for Node.js projects, ensuring non-overlapping executions and deterministic termination. Features a dynamically chosen interval between executions, determined by a user-injected calculator function, which can take into account the d
A scheduler for one-time (non-periodic) asynchronous tasks, designed to manage delayed executions. It features status getters to communicate the execution state, a robust error handling mechanism for capturing uncaught errors, and the ability to abort pen