16 open-source projects similar to jmrozanec/cron-utils, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cron Utils alternative.
TickerQ is a fast, reflection-free background task scheduler for .NET built with source generators, EF Core integration, cron time-based execution, and a real-time dashboard.
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Lightweight workflow engine for .NET Standard
Human-readable recurrence expressions for .NET – easier than Cron!
This library provides an approximated calculation of sunrise and sunset time. It is written in Python and targets the MicroPython's constrained environments.
A Job Scheduler sitting on top of IHostedService in dotnet.
A powerful and intuitive .NET library for defining, filtering, transforming, and scheduling instant and period timelines.
CPython supports asynchronous programming via the asyncio library. MicroPython provides asyncio which is a subset of this, optimised for small code size and high performance on bare metal targets. This repository provides documentation, tutorial material and code to aid in its effective use.
Quartz.NET is a job scheduler for .NET applications designed to schedule and execute programmatic tasks. It functions as a distributed task orchestrator and enterprise task orchestrator, capable of managing recurring jobs with concurrency limits and complex intervals. The system provides high availability through a clustered execution model that balances loads and provides fail-over redundancy across multiple server instances. It utilizes a relational database job store to persist job and trigger states, ensuring that scheduled tasks survive application restarts. The framework includes capab
This project is very much a work in progress. Feel free to submit issues/PR's
NCrontab.Scheduler is a simple, open source task scheduling system that can be used in any .NET application