From e60d5443a3d5dc95e76532d34afd3ad2fb0cea90 Mon Sep 17 00:00:00 2001 From: eastargh Date: Wed, 19 Aug 2026 15:19:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=EC=BC=80=EC=A5=B4=EB=9F=AC=20clustere?= =?UTF-8?q?d=20=EC=84=A4=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eai/rms/common/scheduler/ClusteredSchedulerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/rms/common/scheduler/ClusteredSchedulerConfig.java b/src/main/java/com/eactive/eai/rms/common/scheduler/ClusteredSchedulerConfig.java index 7d3ff53..8d6e6b2 100644 --- a/src/main/java/com/eactive/eai/rms/common/scheduler/ClusteredSchedulerConfig.java +++ b/src/main/java/com/eactive/eai/rms/common/scheduler/ClusteredSchedulerConfig.java @@ -39,7 +39,7 @@ public class ClusteredSchedulerConfig { quartzProperties.put("org.quartz.threadPool.threadCount", "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.driverDelegateClass", "org.quartz.impl.jdbcjobstore.StdJDBCDelegate"); quartzProperties.put("org.quartz.jobStore.useProperties", "false");