-
Mar 30th, 2010, 11:53 PM
#1
Two trigger calling same job at same time
Hi,
I am using Quartz scheduler to schedule the spring batch jobs.
Right now, I am creating two triggers to call same spring batch job to run at same time.
After the time has passed, only one of the trigger is scheduled and the status of the job in job_execution table is in STARTED/EXECUTING status only.
What setting/configuration do I need to make in the spring batch job, so that only one thread is started at a particular time?
I have attached the spring batch job file.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules