You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DisallowConcurrentExecution to JobTriggerAttribute
Allow configuration of job concurrency via JobTriggerAttribute.
Constructor now accepts disallowConcurrentExecution parameter.
Job registration uses this setting to control concurrent execution.
/// <param name="disallowConcurrentExecution"> Indicates whether concurrent execution of this operation is disallowed. </param>
41
50
/// <param name="cronSchedule"> Cron schedule, if specified, it will override the interval. <br/>
42
51
/// See <see href="https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html">Quartz CronTrigger Documentation</see> for more information. </param>
0 commit comments