JobStoreSupportMaxMisfiresToHandleAtATime Property

Quartz.NET 3.0 API Documentation
Get or set the maximum number of misfired triggers that the misfire handling thread will try to recover at one time (within one transaction). The default is 20.

Namespace:  Quartz.Impl.AdoJobStore
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public int MaxMisfiresToHandleAtATime { get; set; }

Property Value

Type: Int32
See Also

Reference