Merge pull request #9821 from abpframework/liangshiwei/quartz

Use DisallowConcurrentExecution to keep a Job from firing concurrently
pull/9829/head
maliming 4 years ago committed by GitHub
commit fcd898df61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,7 @@ using Volo.Abp.Threading;
namespace Volo.Abp.BackgroundWorkers.Quartz
{
[DisallowConcurrentExecution]
public class QuartzPeriodicBackgroundWorkerAdapter<TWorker> : QuartzBackgroundWorkerBase,
IQuartzBackgroundWorkerAdapter
where TWorker : IBackgroundWorker
Loading…
Cancel
Save