Is there any documentation on what needs to be done to implement?
Here is what I have added and it seems to work but it seems like one server always does the job (LDAPImport) and if it's down the other never attempts it again...
1## QUARTZ ##
2##Used to keep Quartz processes from running on multiple servers
3org.quartz.jobStore.isClustered=true
4##Needed because I am using SQLServer
5org.quartz.jobStore.selectWithLockSQL = SELECT * FROM {0}LOCKS UPDLOCK WHERE LOCK_NAME = ?
6## END QUARTZ ##
This system was not using it before and I just turned it on when I upgrade to 5.2.4
Por favor, faça login para denunciar.