mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-09-03 19:35:36 +00:00
防止高频率定时任务不执行问题
This commit is contained in:
@@ -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 启用
|
||||
|
Reference in New Issue
Block a user