From 6cb76ee31ce13b252350076f36ff7f7b0616f2c6 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 19 Aug 2022 19:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20job.jobStore.misfireThresh?= =?UTF-8?q?old=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 514cd69e..10663f32 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -287,7 +287,8 @@ job: isClustered: true dataSourceName: job clusterCheckinInterval: 1000 - #className: org.springframework.scheduling.quartz.LocalDataSourceJobStore + className: org.springframework.scheduling.quartz.LocalDataSourceJobStore + misfireThreshold: 1000 # 调度日志配置 log: