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.
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.