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

tform.task-sdk.2.0.0.source-code.quartz.properties Maven / Gradle / Ivy

The newest version!
#quartz config
org.quartz.scheduler.instanceName = DefaultQuartzScheduler
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 = 50
org.quartz.threadPool.threadPriority = 5
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true

org.quartz.jobStore.misfireThreshold = 60000

org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore

#job工厂类
org.quartz.scheduler.jobFactory=cn.dceast.platform.task.job.jobfactory.DefaultJobFactory




© 2015 - 2024 Weber Informatics LLC | Privacy Policy