blob: a493b63901fadf45970d9b86b5fa2e01db7ee206 [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001#################################################################################
2# Quartz configurations for Quantum Work Flow #
3#################################################################################
4
5org.quartz.scheduler.instanceId = AUTO
6
7#################################################################################
8# Main configurations
9org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
10org.quartz.threadPool.threadCount = 30
11
12============================================================================
13# Configure JobStore
14#============================================================================
15
16org.quartz.jobStore.misfireThreshold = 60000
17
18org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
19org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
20org.quartz.jobStore.useProperties = false
21#org.quartz.jobStore.dataSource = myDS
22org.quartz.jobStore.tablePrefix = FN_QZ_
23
24org.quartz.jobStore.isClustered = true
25org.quartz.jobStore.clusterCheckinInterval = 20000
26
27#============================================================================
28# Configure Datasources
29#============================================================================
30