Understanding the DisallowConcurrentExecution Job Attribute
In this post I’ll go over what the DisallowConcurrentExecution job attribute does and how to use it. Documentation The Quartz.net documentation states that the DisallowConcurrentExecutionAttribute is An attribute that marks a IJob class as one that must not have multiple instances executed concurrently (where instance is based-upon a IJobDetail definition - or in other words based upon a JobKey.
Continue Reading