summaryrefslogtreecommitdiffstats
path: root/usecaseui-common/src/main/webapp/WEB-INF/conf/quartz.properties
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-08-31 23:40:50 +0800
committershentao <shentao@chinamobile.com>2017-08-31 23:40:58 +0800
commit4ff32341a0af1972b44a7410e76e9b231131e7ab (patch)
treee12d231d9204183e288cd2c39100b796d0c3365c /usecaseui-common/src/main/webapp/WEB-INF/conf/quartz.properties
parent47b0a0f5957fab266d8c02d0fb09ac6bba343cbd (diff)
Upload Usecase-UI project structure code
Change-Id: Iac0da235df9fdf075d6ea6e368cebf58695fc796 Issue-Id: USECASEUI-6 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-common/src/main/webapp/WEB-INF/conf/quartz.properties')
-rw-r--r--usecaseui-common/src/main/webapp/WEB-INF/conf/quartz.properties29
1 files changed, 29 insertions, 0 deletions
diff --git a/usecaseui-common/src/main/webapp/WEB-INF/conf/quartz.properties b/usecaseui-common/src/main/webapp/WEB-INF/conf/quartz.properties
new file mode 100644
index 00000000..9472ce70
--- /dev/null
+++ b/usecaseui-common/src/main/webapp/WEB-INF/conf/quartz.properties
@@ -0,0 +1,29 @@
+#################################################################################
+# Quartz configurations for Quantum Work Flow #
+#################################################################################
+
+org.quartz.scheduler.instanceId = AUTO
+
+#################################################################################
+# Main configurations
+org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
+org.quartz.threadPool.threadCount = 30
+
+============================================================================
+# Configure JobStore
+#============================================================================
+
+org.quartz.jobStore.misfireThreshold = 60000
+
+org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
+org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
+org.quartz.jobStore.useProperties = false
+#org.quartz.jobStore.dataSource = myDS
+org.quartz.jobStore.tablePrefix = FN_QZ_
+
+org.quartz.jobStore.isClustered = true
+org.quartz.jobStore.clusterCheckinInterval = 20000
+
+#============================================================================
+# Configure Datasources
+#============================================================================