|
|
|
@ -4,22 +4,23 @@
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
org.quartz.scheduler.instanceName: DefaultQuartzScheduler
|
|
|
|
|
org.quartz.scheduler.instanceId: AUTO
|
|
|
|
|
org.quartz.scheduler.rmi.export: false
|
|
|
|
|
org.quartz.scheduler.rmi.proxy: false
|
|
|
|
|
org.quartz.scheduler.wrapJobExecutionInUserTransaction: false
|
|
|
|
|
|
|
|
|
|
org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool
|
|
|
|
|
org.quartz.threadPool.threadCount: 10
|
|
|
|
|
org.quartz.threadPool.threadCount: 15
|
|
|
|
|
org.quartz.threadPool.threadPriority: 5
|
|
|
|
|
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread: true
|
|
|
|
|
|
|
|
|
|
org.quartz.jobStore.misfireThreshold: 60000
|
|
|
|
|
org.quartz.jobStore.maxMisfiresToHandleAtATime: 1
|
|
|
|
|
|
|
|
|
|
#org.quartz.jobStore.class: org.quartz.simpl.RAMJobStore
|
|
|
|
|
|
|
|
|
|
# for cluster
|
|
|
|
|
org.quartz.jobStore.tablePrefix = XXL_JOB_QRTZ_
|
|
|
|
|
org.quartz.scheduler.instanceId: AUTO
|
|
|
|
|
org.quartz.jobStore.class: org.quartz.impl.jdbcjobstore.JobStoreTX
|
|
|
|
|
org.quartz.jobStore.isClustered: true
|
|
|
|
|
org.quartz.jobStore.clusterCheckinInterval: 1000
|
|
|
|
|
org.quartz.jobStore.clusterCheckinInterval: 5000
|
|
|
|
|