non-overlapping-periodic-job-scheduler
Periodic job scheduler for Node.js that ensures non-overlapping executions and supports graceful teardown with resource deallocation. It dynamically calculates intervals based on user-defined logic, considering the duration and any error thrown by the las
mgr
*For easily managing slave processes.*
delayed-async-tasks-manager
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
job-manager
A queue manager class which process tasks with given workers, with adjustable concurrency. It can automatically load tasks, pause resume etc