awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 repositorios

Awesome GitHub RepositoriesTask Scheduling

Libraries for managing time-based and recurring background tasks.

Explore 17 awesome GitHub repositories matching part of an awesome list · Task Scheduling. Refine with filters or upvote what's useful.

Awesome Task Scheduling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • quartznet/quartznetAvatar de quartznet

    quartznet/quartznet

    6,997Ver en GitHub↗

    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

    Enterprise-grade job scheduling library for .NET.

    C#c-sharpcrondotnet
    Ver en GitHub↗6,997
  • danielgerlag/workflow-coreAvatar de danielgerlag

    danielgerlag/workflow-core

    5,884Ver en GitHub↗

    Lightweight workflow engine for .NET Standard

    Lightweight, embeddable workflow engine.

    C#hacktoberfestsagasaga-transactions
    Ver en GitHub↗5,884
  • arcenox-co/tickerqAvatar de Arcenox-co

    Arcenox-co/TickerQ

    3,505Ver en GitHub↗

    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.

    High-performance, reflection-free job scheduler.

    C#background-processingdotnetjob-scheduler
    Ver en GitHub↗3,505
  • azure/durabletaskAvatar de Azure

    Azure/durabletask

    1,720Ver en GitHub↗

    Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.

    Framework for writing long-running persistent workflows.

    C#
    Ver en GitHub↗1,720
  • jmrozanec/cron-utilsAvatar de jmrozanec

    jmrozanec/cron-utils

    1,208Ver en GitHub↗

    Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.

    Library for parsing and validating cron expressions.

    Javacroncron-definitionscron-expression
    Ver en GitHub↗1,208
  • atifaziz/ncrontabAvatar de atifaziz

    atifaziz/NCrontab

    986Ver en GitHub↗

    Crontab for .NET

    Library for parsing crontab expressions and calculating schedules.

    C#crontabdotnethacktoberfest
    Ver en GitHub↗986
  • knowm/sundialAvatar de knowm

    knowm/Sundial

    280Ver en GitHub↗

    A Light-weight Job Scheduling Framework

    Job scheduling framework for managing background tasks.

    Javacronjavaquartz
    Ver en GitHub↗280
  • ncronjob-dev/ncronjobAvatar de NCronJob-Dev

    NCronJob-Dev/NCronJob

    205Ver en GitHub↗

    A Job Scheduler sitting on top of IHostedService in dotnet.

    Job scheduler integrated with .NET hosted services.

    C#cronjobcsharpdotnet
    Ver en GitHub↗205
  • hugoj0s3/naturalcronAvatar de hugoj0s3

    hugoj0s3/NaturalCron

    98Ver en GitHub↗

    Human-readable recurrence expressions for .NET – easier than Cron!

    Scheduling library using natural-language expressions.

    C#croncsharpdate-time
    Ver en GitHub↗98
  • occurify/occurifyAvatar de Occurify

    Occurify/Occurify

    75Ver en GitHub↗

    A powerful and intuitive .NET library for defining, filtering, transforming, and scheduling instant and period timelines.

    Library for defining and scheduling timeline-based events.

    C#astronomycoordinatescron
    Ver en GitHub↗75
  • fizista/micropython-mcronAvatar de fizista

    fizista/micropython-mcron

    39Ver en GitHub↗

    .. role:: bash(code) :language: bash

    Time-based task scheduling program.

    Python
    Ver en GitHub↗39
  • thomasgalliker/ncrontab.schedulerAvatar de thomasgalliker

    thomasgalliker/NCrontab.Scheduler

    20Ver en GitHub↗

    NCrontab.Scheduler is a simple, open source task scheduling system that can be used in any .NET application

    Task scheduler based on crontab expressions.

    C#automationcroncronjob
    Ver en GitHub↗20
  • elasticjob/elastic-job-liteE

    elasticjob/elastic-job-lite

    0Ver en GitHub↗

    Distributed scheduled job solution for large-scale systems.

    Ver en GitHub↗0
  • thinktransit/micropython-aioscheduleAvatar de ThinkTransit

    ThinkTransit/micropython-aioschedule

    12Ver en GitHub↗

    This project is very much a work in progress. Feel free to submit issues/PR's

    Persistent scheduler supporting deepsleep between tasks.

    Python
    Ver en GitHub↗12
  • fizista/micropython-scronAvatar de fizista

    fizista/micropython-scron

    9Ver en GitHub↗

    .. role:: bash(code) :language: bash

    Unix-style cron task scheduler.

    Python
    Ver en GitHub↗9
  • lorcap/micropython-suntimeL

    lorcap/micropython-suntime

    0Ver en GitHub↗

    This library provides an approximated calculation of sunrise and sunset time. It is written in Python and targets the MicroPython's constrained environments.

    Calculates sunrise and sunset times based on coordinates.

    Ver en GitHub↗0
  • peterhinch/micropython-asyncP

    peterhinch/micropython-async

    0Ver en GitHub↗

    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.

    Scheduler for asyncio-based applications.

    Ver en GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Task Scheduling