michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

Acquiring locks from other application batch jobs #221

Open ramesh-cit opened 3 years ago

ramesh-cit commented 3 years ago

I'm running 2 batch application with different set of Jobs using the same Mongo-DB collections. The Trigger key & group names are different for these application Jobs. The issue is that application - A is trying to acquire the trigger lock from application - B and trying to execute the JOB from application - B which doesn't know about the application B Job detail. Please advise. I don't want to create new set of collections for each batch applications.