4

I am using Quartz scheduler to schedule jobs. I want

  1. One job should wait for already running job if both jobs belong to the same job group
  2. However 2 jobs can run parallel if job group is different

I thought of using Stateful Job but it disallows running parallel jobs of different groups also. While in @DisallowConcurrentExecution, if Jobdetail object is different, it doesn't wait for first job to complete.

Vikas Garg
  • 41
  • 1

0 Answers0