@@ -332,19 +332,19 @@ This part describes quartz configs and configure them based on your practical si
332332
333333The default configuration is as follows:
334334
335- | Parameters | Default value |
336- | -------------------------------------------------------------------------| -------------------------------------------------|
337- | spring.quartz.properties.org.quartz.jobStore.isClustered | true |
338- | spring.quartz.properties.org.quartz.jobStore.class | org.quartz.impl.jdbcjobstore.JobStoreTX |
339- | spring.quartz.properties.org.quartz.scheduler.instanceId | AUTO |
340- | spring.quartz.properties.org.quartz.jobStore.tablePrefix | QRTZ_ |
341- | spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock | true |
342- | spring.quartz.properties.org.quartz.scheduler.instanceName | DolphinScheduler |
343- | spring.quartz.properties.org.quartz.jobStore.useProperties | false |
344- | spring.quartz.properties.org.quartz.jobStore.misfireThreshold | 60000 |
345- | spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | true |
346- | spring.quartz.properties.org.quartz.jobStore.driverDelegateClass | org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
347- | spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval | 5000 |
335+ | Parameters | Default value |
336+ | -------------------------------------------------------------------------| --------------------------------------------------------------- |
337+ | spring.quartz.properties.org.quartz.jobStore.isClustered | true |
338+ | spring.quartz.properties.org.quartz.jobStore.class | org.springframework.scheduling.quartz.LocalDataSourceJobStore |
339+ | spring.quartz.properties.org.quartz.scheduler.instanceId | AUTO |
340+ | spring.quartz.properties.org.quartz.jobStore.tablePrefix | QRTZ_ |
341+ | spring.quartz.properties.org.quartz.jobStore.acquireTriggersWithinLock | true |
342+ | spring.quartz.properties.org.quartz.scheduler.instanceName | DolphinScheduler |
343+ | spring.quartz.properties.org.quartz.jobStore.useProperties | false |
344+ | spring.quartz.properties.org.quartz.jobStore.misfireThreshold | 60000 |
345+ | spring.quartz.properties.org.quartz.scheduler.makeSchedulerThreadDaemon | true |
346+ | spring.quartz.properties.org.quartz.jobStore.driverDelegateClass | org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
347+ | spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval | 5000 |
348348
349349The above configuration items is the same in * Master Server* and * Api Server* , but their * Quartz Scheduler* threadpool
350350configuration is different.
0 commit comments