Projects in Awesome Lists tagged with recurring-task
A curated list of projects in awesome lists tagged with recurring-task .
https://github.com/ori88c/non-overlapping-recurring-task
A modern `setInterval` substitute tailored for asynchronous tasks, ensuring non-overlapping executions by skipping attempts if a previous execution is still in progress. Features graceful teardown (ideal for production apps demanding smooth resource cleanup), execution status getters, and a fixed delay between runs.
async-task deterministic-teardown disjoint-executions disjoint-runs exclusive-runs graceful-shutdown graceful-teardown js-promise mutual-exclusive nodejs non-overlapping non-overlapping-executions non-overlapping-intervals non-overlapping-task periodic-task promise recurring-task set-interval smooth-cleanup typescript
Last synced: 23 Feb 2026
https://github.com/ori88c/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 duration of the last execution and any error it may have thrown.
async disjoint-intervals executor job-runner job-scheduler nodejs non-overlapping npm-package periodic-job periodic-task recurring-job recurring-task scheduler scheduling setinterval task task-runner task-scheduler ts typescript
Last synced: 25 Feb 2026