Quartz.Extensions.Hosting 3.19.1

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 08/09/2026
3.19.0 0 07/24/2026
3.18.2 0 06/27/2026
3.18.1 4 05/03/2026
3.18.0 3 04/11/2026
3.17.1 4 04/10/2026
3.17.0 4 04/11/2026
3.16.1 5 03/05/2026
3.16.0 5 03/05/2026
3.15.1 7 11/05/2025
3.15.0 9 08/27/2025
3.14.0 13 06/09/2025
3.13.1 10 05/06/2025
3.13.0 11 05/06/2025
3.12.0 10 06/09/2025
3.11.0 10 06/09/2025
3.10.0 8 06/09/2025
3.9.0 15 06/09/2025
3.8.1 14 06/09/2025
3.8.0 14 06/09/2025
3.7.0 15 06/09/2025
3.6.3 14 06/14/2025
3.6.2 13 06/09/2025
3.6.1 14 06/09/2025
3.6.0 13 06/09/2025
3.5.0 15 06/09/2025
3.4.0 14 06/09/2025
3.3.3 15 06/14/2025
3.3.2 13 06/09/2025
3.3.1 13 06/09/2025
3.3.0 14 06/09/2025
3.2.4 13 06/09/2025
3.2.3 14 06/09/2025
3.2.2 15 06/09/2025
3.2.1 15 06/09/2025
3.2.0 15 06/09/2025
1.0.0 15 06/09/2025