Quartz.Extensions.Hosting 3.18.2

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.18.2 5 06/28/2026
3.18.1 19 04/26/2026
3.18.0 22 04/14/2026
3.17.1 19 04/04/2026
3.17.0 22 03/30/2026
3.16.1 23 03/05/2026
3.16.0 25 03/03/2026
3.15.1 50 10/31/2025
3.15.0 67 09/02/2025
3.14.0 66 09/05/2025
3.13.1 65 09/05/2025
3.13.0 66 09/05/2025
3.12.0 62 09/05/2025
3.11.0 64 09/05/2025
3.10.0 64 09/05/2025
3.9.0 54 09/04/2025
3.8.1 52 09/04/2025
3.8.0 53 09/05/2025
3.7.0 48 09/05/2025
3.6.3 49 09/04/2025
3.6.2 51 09/04/2025
3.6.1 48 09/05/2025
3.6.0 49 09/04/2025
3.5.0 47 09/04/2025
3.4.0 46 09/05/2025
3.3.3 51 09/05/2025
3.3.2 53 09/04/2025
3.3.1 52 09/05/2025
3.3.0 48 09/05/2025
3.2.4 49 09/05/2025
3.2.3 52 09/05/2025
3.2.2 48 09/05/2025
3.2.1 51 09/05/2025
3.2.0 49 09/05/2025
1.0.0 63 09/05/2025