Download Download Quartz.NET 3.2.1

An easy-to-implement component that allows you to implement a job scheduler in .NET applications, whether small programs or complex systems

What’s new in Quartz.NET 3.2.1:

  • FIXED:
  • Make QuartzOptions activators and job details public (# 981)
  • Correct dictionary configuration system injection / quartz.jobStore.misfireThreshold to DI (# 983)
  • XMLSchedulingDataProcessor may cause IOException due to file lock (# 993)

Read the full log of changes

Quartz.NET is a lightweight .NET library that developers can use to implement a job scheduling system in their applications.

Quartz.NET can be run with another application or as a standalone program. It allows you to schedule tasks at any time defined by the user and allows you to use any .NET class to implement a simple working interface.

Quartz.NET can handle a large number of tasks in its scheduler, regardless of the size of the host application and the environment in which it is used, whether it is a simple application or a company. Activators must be enabled for applications to start and run. There are several directives that can be included in the activators, you just have to choose the one that best suits your needs. The IJobStore interface guarantees job storage.

Launched under an open source license, it allows developers to build a robust task scheduling system and integrate it into their projects effortlessly.

Built on C #, this .NET library represents functionality similar to the Java job scheduling framework. The .NET edition of Quartz.NET is, in fact, a Java modeling system. The library can be embedded in other products or used as a standalone application.

Filed in

Task Scheduler Task Scheduler NET Component Scheduler Scheduling Deployment Time