quartz.test.properties
Home
/
azkaban-web-server /
src /
test /
resources /
quartz.test.properties
# Quartz settings
org.quartz.jdbcStore=true
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
org.quartz.jobStore.tablePrefix=qrtz_
org.quartz.jobStore.misfireThreshold=1000
org.quartz.jobStore.isClustered=false
org.quartz.jobStore.dataSource=quartzDS
org.quartz.dataSource.quartzDS.driver=org.h2.Driver
org.quartz.dataSource.quartzDS.URL=jdbc:h2:mem:test;IGNORECASE=TRUE
org.quartz.dataSource.quartzDS.maxConnections = 20
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 10