Skip to content
#

recurring-task

Here are 3 public repositories matching this topic...

Language: All
Filter by language

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.

  • Updated Mar 23, 2025
  • TypeScript

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.

  • Updated Dec 10, 2024
  • TypeScript

Improve this page

Add a description, image, and links to the recurring-task topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recurring-task topic, visit your repo's landing page and select "manage topics."

Learn more