awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# Scheduling Libraries

排名更新于 2026年7月13日

For a library for scheduling tasks in C#, the strongest matches are hangfireio/hangfire (Hangfire is a comprehensive background job scheduler for), quartznet/quartznet (Quartz) and fluentscheduler/fluentscheduler (This library provides a fluent interface for scheduling tasks). Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best c sharp scheduling libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

C# Scheduling Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hangfireio/hangfireHangfireIO 的头像

    HangfireIO/Hangfire

    10,015在 GitHub 上查看↗

    Hangfire is a background job scheduler and distributed task queue for .NET applications. It serves as a job orchestration framework that offloads heavy processing to background workers using a SQL-backed processor to manage job state across multiple servers. The framework distinguishes itself through reliable task scheduling, where job metadata and arguments are persisted in an external database to ensure tasks survive application restarts. It supports advanced orchestration patterns, including the ability to chain dependent tasks so that a child job triggers automatically upon the successful

    Hangfire is a comprehensive background job scheduler for .NET that provides persistent storage, cron support, distributed execution, and a built-in monitoring dashboard, making it the flagship solution for this category.

    C#Cron SchedulingBackground Task Schedulers
    在 GitHub 上查看↗10,015
  • quartznet/quartznetquartznet 的头像

    quartznet/quartznet

    6,997在 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

    Quartz.NET is a comprehensive, enterprise-grade job scheduling library for .NET that natively supports persistent storage, distributed execution, cron expressions, and robust error handling.

    C#Distributed Job ExecutionJob SchedulersClustered Task Distribution
    在 GitHub 上查看↗6,997
  • fluentscheduler/fluentschedulerfluentscheduler 的头像

    fluentscheduler/FluentScheduler

    2,767在 GitHub 上查看↗

    Automated job scheduler with fluent interface for the .NET platform.

    This library provides a fluent interface for scheduling tasks within .NET applications, though it lacks the built-in persistent storage and distributed execution features found in more comprehensive background processing frameworks.

    C#Scheduling and Automation
    在 GitHub 上查看↗2,767

Related searches

  • a library for scheduling tasks in Go
  • a java library for scheduling background tasks
  • a library for scheduling tasks in PHP
  • a library for handling dates in C#
  • a message queue library for C#
  • a dependency injection library for C#
  • a caching library for C# applications
  • 服务器后台任务调度器