Quartz.Plugins
4.0.0
Prefix Reserved
dotnet add package Quartz.Plugins --version 4.0.0
NuGet\Install-Package Quartz.Plugins -Version 4.0.0
<PackageReference Include="Quartz.Plugins" Version="4.0.0" />
<PackageVersion Include="Quartz.Plugins" Version="4.0.0" />
<PackageReference Include="Quartz.Plugins" />
paket add Quartz.Plugins --version 4.0.0
#r "nuget: Quartz.Plugins, 4.0.0"
#:package Quartz.Plugins@4.0.0
#addin nuget:?package=Quartz.Plugins&version=4.0.0
#tool nuget:?package=Quartz.Plugins&version=4.0.0
Quartz.Plugins
Quartz.Plugins provides ready-made
ISchedulerPlugin implementations: logging a history of job and trigger events, and loading jobs and
triggers from a file at startup.
| Plugin | Extension |
|---|---|
StructuredLoggingJobHistoryPlugin / StructuredLoggingTriggerHistoryPlugin |
UseStructuredJobLogging(…) / UseStructuredTriggerLogging(…) |
LoggingJobHistoryPlugin / LoggingTriggerHistoryPlugin |
UseJobHistoryLogging(…) / UseTriggerHistoryLogging(…) |
JsonSchedulingDataProcessorPlugin / XmlSchedulingDataProcessorPlugin |
UseJsonSchedulingConfiguration(…) / UseXmlSchedulingConfiguration(…) |
Two plugins were retired in 4.0 because the host already does their job. Interrupting a job that
overruns is AddJobTimeout(…) in the core package, which needs no plugin and no job-data-map keys.
Shutting the scheduler down when the process exits is AddQuartzHostedService(), whose
QuartzHostedServiceOptions.WaitForJobsToComplete is what ShutdownHookPlugin.CleanShutdown was.
Installation
dotnet add package Quartz.Plugins
Usage
The extensions hang off IQuartzBuilder, so the same calls configure a scheduler with or without a
host:
builder.Services.AddQuartz(q =>
{
q.UseStructuredJobLogging();
q.UseStructuredTriggerLogging();
q.UseJsonSchedulingConfiguration("quartz_jobs.json");
});
The flat quartz.plugin.{name}.{property} keys Quartz 3 used still work and mean the same thing, and
AddPlugin<TPlugin>() registers a plugin of your own so the container constructs it.
These plugins live in the Quartz.Plugins.* namespaces. In Quartz 3 they were the singular
Quartz.Plugin.*; a quartz.plugin.<name>.type naming the old spelling still resolves, with a warning.
JSON is the maintained format for a schedule kept in a file. The XML format is frozen at
job_scheduling_data_2_0.xsd — simple, cron and calendar-interval triggers — and will not gain the
trigger kinds or trigger settings added since. Existing files keep working; write a new schedule as
JSON.
Documentation
https://www.quartz-scheduler.net/documentation/quartz-4.x/packages/quartz-plugins.html
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.Configuration.Binder (>= 10.0.11)
- Microsoft.Extensions.DependencyInjection (>= 10.0.11)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.11)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.11)
- Microsoft.Extensions.Logging (>= 10.0.11)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.11)
- Quartz.Jobs (>= 4.0.0)
NuGet packages (29)
Showing the top 5 NuGet packages that depend on Quartz.Plugins:
| Package | Downloads |
|---|---|
|
Castle.Facilities.Quartz
Castle Windsor Quartz facility lets you easily add windsor to Quartz apps. |
|
|
Quartz.HostedService
Use .Net Core Generic Service and Quartz to Implement Background Schedule Tasks. |
|
|
Grebok.AspNet
Grebok Framework |
|
|
Excalibur.Jobs
Consolidated Excalibur job scheduling and orchestration framework. Includes abstractions, core implementations, coordination, workflows, and Quartz integration. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues |
|
|
Excalibur.Hosting.Jobs
Job hosting infrastructure for Excalibur applications with .NET Worker Service and Web hosting support. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Quartz.Plugins:
| Repository | Stars |
|---|---|
|
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
|
|
|
withsalt/BilibiliLiveTools
Bilibili(B站)无人值守直播工具。自动登录,自动获取直播推流地址,自动推流(使用ffmpeg),可以用于电脑、树莓派等设备无人值守直播。
|
|
|
guoming/Hummingbird
分布式锁,分布式ID,分布式消息队列、配置中心、注册中心、服务注册发现、超时、重试、熔断、负载均衡
|
|
|
microsoft/Recurring-Integrations-Scheduler
Recurring Integrations Scheduler (RIS) is a solution that can be used in file-based integration scenarios for Dynamics 365 Finance and Dynamics 365 Supply Chain Management.
|
|
|
oncemi/OnceMi.Framework
基于.NET 7和Vue 2开发的企业级前后端分离权限管理开发框架(后台管理系统),具有组织管理、角色管理、用户管理、菜单管理、授权管理、计划任务、文件管理等功能。支持国内外多种流行数据库,支持IdentityServer4认证中心。
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0 | 0 | 9/3/2026 |
| 4.0.0-rc.2 | 0 | 9/3/2026 |
| 4.0.0-rc.1 | 0 | 9/3/2026 |
| 4.0.0-beta.1 | 28 | 9/2/2026 |
| 4.0.0-alpha.5 | 66 | 8/31/2026 |
| 4.0.0-alpha.4 | 56 | 8/31/2026 |
| 4.0.0-alpha.3 | 58 | 8/27/2026 |
| 4.0.0-alpha.2 | 64 | 8/25/2026 |
| 4.0.0-alpha.1 | 81 | 8/22/2026 |
| 3.20.0 | 2,130 | 8/27/2026 |
| 3.19.1 | 24,441 | 7/26/2026 |
| 3.19.0 | 9,924 | 7/24/2026 |
| 3.18.2 | 34,332 | 6/27/2026 |
| 3.18.1 | 112,122 | 4/25/2026 |
| 3.18.0 | 37,103 | 4/11/2026 |
| 3.17.1 | 13,436 | 4/3/2026 |
| 3.17.0 | 6,382 | 3/29/2026 |
| 3.16.1 | 50,775 | 3/4/2026 |
| 3.16.0 | 3,860 | 3/1/2026 |
| 3.15.1 | 167,152 | 10/26/2025 |