修复高频率定时任务不执行问题(I8IQSX)

pull/478/head
RuoYi 2023-11-25 15:43:15 +08:00
parent 8db4a059d9
commit 07ddbfeabf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
// // 集群配置
// prop.put("org.quartz.jobStore.isClustered", "true");
// prop.put("org.quartz.jobStore.clusterCheckinInterval", "15000");
// prop.put("org.quartz.jobStore.maxMisfiresToHandleAtATime", "1");
// prop.put("org.quartz.jobStore.maxMisfiresToHandleAtATime", "10");
// prop.put("org.quartz.jobStore.txIsolationLevelSerializable", "true");
//
// // sqlserver 启用