Quartz.Extensions.Hosting 3.19.0

Quartz.Extensions.Hosting

Quartz.Extensions.Hosting runs Quartz.NET as a hosted service on the generic host, starting and stopping the scheduler with the application lifetime.

Note: Quartz 3.2 or later required. For ASP.NET Core apps, see Quartz.AspNetCore.

Installation

dotnet add package Quartz.Extensions.Hosting

Usage

Register the scheduler and the hosted service:

services.AddQuartz(q =>
{
    // scheduler, job and trigger configuration
});

services.AddQuartzHostedService(options =>
{
    // wait for jobs to complete gracefully on shutdown
    options.WaitForJobsToComplete = true;
});

See the Microsoft DI integration docs for configuring jobs and triggers.

Documentation

📖 Full documentation: https://www.quartz-scheduler.net/documentation/quartz-3.x/packages/hosted-services-integration.html

No packages depend on Quartz.Extensions.Hosting.

https://github.com/quartznet/quartznet/releases

Version Downloads Last updated
3.19.1 1 07/30/2026
3.19.0 1 07/30/2026
3.18.2 1 07/02/2026
3.18.1 5 05/04/2026
3.18.0 5 04/17/2026
3.17.1 6 04/09/2026
3.17.0 5 04/09/2026
3.16.1 5 04/09/2026
3.16.0 5 04/09/2026
3.15.1 5 04/09/2026
3.15.0 5 04/09/2026
3.14.0 5 04/09/2026
3.13.1 5 04/09/2026
3.13.0 5 04/09/2026
3.12.0 5 04/09/2026
3.11.0 5 04/09/2026
3.10.0 5 04/09/2026
3.9.0 5 04/09/2026
3.8.1 5 04/09/2026
3.8.0 5 04/09/2026
3.7.0 5 04/09/2026
3.6.3 5 04/09/2026
3.6.2 5 04/09/2026
3.6.1 5 04/09/2026
3.6.0 5 04/09/2026
3.5.0 5 04/09/2026
3.4.0 5 04/09/2026
3.3.3 5 04/09/2026
3.3.2 5 04/09/2026
3.3.1 5 04/09/2026
3.3.0 5 04/09/2026
3.2.4 5 04/09/2026
3.2.3 5 04/09/2026
3.2.2 5 04/09/2026
3.2.1 5 04/09/2026
3.2.0 5 04/09/2026
1.0.0 5 04/09/2026