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

er.easyquartz.1.0.1.source-code.easyquartz.properties Maven / Gradle / Ivy

Go to download

EasyQuartz is a framework to provide distributed quartz mechanism to support schedule job in large scalable distributed applications.

The newest version!
#============================================================================
# Configure Main Scheduler Properties
#============================================================================

org.quartz.scheduler.instanceName = TwpManager
org.quartz.scheduler.instanceId = AUTO
org.quartz.scheduler.makeSchedulerThreadDaemon = true

#============================================================================
# Configure ThreadPool
#============================================================================

org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 5
#org.quartz.threadPool.threadPriority = 4


#============================================================================
# Configure JobStore
#============================================================================

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy