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

Showing the top 20 packages that depend on Quartz.Extensions.Hosting.

Packages Downloads
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
43
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
42
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
41
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
40
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
39
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
38
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
37

Version Downloads Last updated
3.20.0 3 08/31/2026
3.19.1 18 07/28/2026
3.19.0 15 07/25/2026
3.18.2 18 06/28/2026
3.18.1 38 04/26/2026
3.18.0 21 04/13/2026
3.17.1 39 04/06/2026
3.17.0 27 04/05/2026
3.16.1 26 03/05/2026
3.16.0 32 03/02/2026
3.15.1 47 12/11/2025
3.15.0 38 12/20/2025
3.14.0 21 12/11/2025
3.13.1 19 12/11/2025
3.13.0 31 12/11/2025
3.12.0 29 12/11/2025
3.11.0 22 12/13/2025
3.10.0 28 12/12/2025
3.9.0 20 01/04/2026
3.8.1 34 12/15/2025
3.8.0 24 12/12/2025
3.7.0 27 12/12/2025
3.6.3 23 12/13/2025
3.6.2 18 12/14/2025
3.6.1 28 12/11/2025
3.6.0 26 12/11/2025
3.5.0 34 12/11/2025
3.4.0 28 12/29/2025
3.3.3 30 12/11/2025
3.3.2 18 12/14/2025
3.3.1 18 12/11/2025
3.3.0 27 12/11/2025
3.2.4 18 12/15/2025
3.2.3 21 12/11/2025
3.2.2 18 12/14/2025
3.2.1 23 12/11/2025
3.2.0 22 12/11/2025
1.0.0 18 12/11/2025