You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.0 KiB
22 lines
1.0 KiB
org.quartz.scheduler.instanceName: BI-Job-Scheduler |
|
org.quartz.scheduler.instanceId = AUTO |
|
org.quartz.scheduler.skipUpdateCheck: true |
|
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: 2 |
|
org.quartz.threadPool.threadPriority: 5 |
|
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread: true |
|
|
|
org.quartz.jobStore.misfireThreshold: 60000 |
|
|
|
org.quartz.jobStore.useProperties: false |
|
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate |
|
org.quartz.jobStore.isClustered: true |
|
org.quartz.plugin.jobInitializer.class = org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin |
|
org.quartz.plugin.jobInitializer.fileNames = quartz_jobs.xml |
|
org.quartz.plugin.jobInitializer.failOnFileNotFound = false |
|
org.quartz.plugin.jobInitializer.scanInterval = 30 |
|
org.quartz.plugin.jobInitializer.wrapInUserTransaction = false |