[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
The same scheduled job runs parallel before the first job is completed  XML
Forum Index -> Quartz
Author Message
gorleg

neo

Joined: 12/05/2013 21:16:10
Messages: 5
Offline

Hi All,

We are using quartz-all-2.1.1 version. using JDBC jobstore.We have few observations for scheduled jobs (ran from xml file)and triggered jobs (a scheduled job internally triggers this job)
Observation with scheduled job:
1). Same Quartz Job is running simultaneously.
means, one Job is running and before completion of this job same job trigger again because of that prevoius job is not completed within that interval time.
Observation with triggered job:
1). The same scenario gives a " org.quartz.ObjectAlreadyExistsException ".
Please provide explanation for above.

we want the same behaviour with scheudled jobs also i.e we dont want 2 instances of same job to run simultaneously.

Thanks,
Ganesh
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team