|
@@ -53,6 +53,7 @@ org.quartz.jobStore.tablePrefix = QRTZ_
|
|
|
org.quartz.jobStore.isClustered = true
|
|
|
org.quartz.jobStore.misfireThreshold = 60000
|
|
|
org.quartz.jobStore.clusterCheckinInterval = 5000
|
|
|
+org.quartz.jobStore.acquireTriggersWithinLock=true
|
|
|
org.quartz.jobStore.dataSource = myDs
|
|
|
|
|
|
#============================================================================
|