@@ -39,7 +39,7 @@ public class ClusteredSchedulerConfig {
|
|||||||
quartzProperties.put("org.quartz.threadPool.threadCount", "5");
|
quartzProperties.put("org.quartz.threadPool.threadCount", "5");
|
||||||
quartzProperties.put("org.quartz.threadPool.threadPriority", "5");
|
quartzProperties.put("org.quartz.threadPool.threadPriority", "5");
|
||||||
|
|
||||||
quartzProperties.put("org.quartz.jobStore.misfireThreshold", "60000");
|
quartzProperties.put("org.quartz.jobStore.misfireThreshold", "10000");
|
||||||
quartzProperties.put("org.quartz.jobStore.class", "org.quartz.impl.jdbcjobstore.JobStoreTX");
|
quartzProperties.put("org.quartz.jobStore.class", "org.quartz.impl.jdbcjobstore.JobStoreTX");
|
||||||
quartzProperties.put("org.quartz.jobStore.driverDelegateClass", "org.quartz.impl.jdbcjobstore.StdJDBCDelegate");
|
quartzProperties.put("org.quartz.jobStore.driverDelegateClass", "org.quartz.impl.jdbcjobstore.StdJDBCDelegate");
|
||||||
quartzProperties.put("org.quartz.jobStore.useProperties", "false");
|
quartzProperties.put("org.quartz.jobStore.useProperties", "false");
|
||||||
|
|||||||
Reference in New Issue
Block a user