cronyx
Script-based task scheduler with scalable architecture, and integrated dependency management.
non-overlapping-periodic-job-scheduler
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
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
elysia-cronyx
A plugin to harness the power of Cronyx's script-based task scheduling in your Elysia applications.
natural-cron
Natural Cron is a easy-to-use Node.js library for creating and validating cron expressions with natural, human-readable APIs.