A high-performance scheduler for recurring and queue-based jobs, featuring a simple and intuitive interface for the .NET platform
-
Updated
Mar 20, 2025 - C#
A high-performance scheduler for recurring and queue-based jobs, featuring a simple and intuitive interface for the .NET platform
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.
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.
Add a description, image, and links to the recurring-task topic page so that developers can more easily learn about it.
To associate your repository with the recurring-task topic, visit your repo's landing page and select "manage topics."