All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sharkchili.sharkchili-job.2.0.1.source-code.sharkQuartz.properties Maven / Gradle / Ivy

# Default Properties file for use by StdSchedulerFactory
# to create a Quartz Scheduler Instance, if a different
# properties file is not explicitly specified.
#

#===============================================================
# config primary program attribute
#===============================================================
org.quartz.scheduler.instanceName: DefaultQuartzScheduler
org.quartz.scheduler.rmi.export: false
org.quartz.scheduler.rmi.proxy: false
org.quartz.scheduler.wrapJobExecutionInUserTransaction: false

#?????ij??TriggerӦ?ô???ʱ??Ĭ??ÿ??ֻAcquireһ??Trigger????ΪʲôҪ??Acquire?Ĺ????أ???Ϊ?˷?ֹ???̷߳??ʵ?????£?
#ͬһ??Trigger????ͬ???̶߳?δ?????????????ʹ??JDBC JobStoreʱ??һ??Acquire????һ??update??䣬??????һ???ԵĶ??ȡ
#????Trigger??һ?𴥷???????ʱ???????dz????ʱ?????Ǹ??dz???Ч???Ż???????ʱ???????Ƚ???ʱ?????????Ǽ?ΪƵ??ʱ??
#????Ż???????Ͳ????ˡ?
org.quartz.scheduler.batchTriggerAcquisitionMaxCount=50

#===============================================================
#?????̳߳ص?????
#===============================================================
org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount: 10
org.quartz.threadPool.threadPriority: 5
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread: true

#===============================================================
#????JobStore??????
#===============================================================
org.quartz.jobStore.misfireThreshold: 60000
org.quartz.jobStore.class: org.quartz.simpl.RAMJobStore





© 2015 - 2024 Weber Informatics LLC | Privacy Policy