| | |
| | | #=============================================================== |
| | | #Configure Main Scheduler Properties |
| | | #=============================================================== |
| | | org.quartz.scheduler.instanceName = QuartzScheduler |
| | | org.quartz.scheduler.instanceId = AUTO |
| | | |
| | | #=============================================================== |
| | | #Configure ThreadPool |
| | | #=============================================================== |
| | | org.quartz.threadPool.threadCount = 5 |
| | | org.quartz.threadPool.threadPriority = 5 |
| | | org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool |
| | | |
| | | #=============================================================== |
| | | #Configure JobStore |
| | | #=============================================================== |
| | | org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore |
| | | org.quartz.jobStore.misfireThreshold = 60000 |
| | | |
| | | #=============================================================== |
| | | #Configure Plugins |
| | | #=============================================================== |
| | | org.quartz.plugin.triggHistory.class = org.quartz.plugins.history.LoggingJobHistoryPlugin |
| | | |
| | | org.quartz.plugin.jobInitializer.class: org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin |
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_dmmsroadfee.xml |
| | | org.quartz.plugin.jobInitializer.fileNames = quartz_jobs.xml |
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_inc.xml |
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_edb.xml |
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_colowner.xml |
| | | |
| | | org.quartz.plugin.jobInitializer.failOnFileNotFound = true |
| | | org.quartz.plugin.jobInitializer.scanInterval = 10 |
| | | org.quartz.plugin.jobInitializer.wrapInUserTransaction = false |
| | | |
| | | org.quartz.plugin.shutdownhook.class = org.quartz.plugins.management.ShutdownHookPlugin |
| | | #===============================================================
|
| | | #Configure Main Scheduler Properties
|
| | | #===============================================================
|
| | | org.quartz.scheduler.instanceName = QuartzScheduler
|
| | | org.quartz.scheduler.instanceId = AUTO
|
| | |
|
| | | #===============================================================
|
| | | #Configure ThreadPool
|
| | | #===============================================================
|
| | | org.quartz.threadPool.threadCount = 5
|
| | | org.quartz.threadPool.threadPriority = 5
|
| | | org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
|
| | |
|
| | | #===============================================================
|
| | | #Configure JobStore
|
| | | #===============================================================
|
| | | org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
|
| | | org.quartz.jobStore.misfireThreshold = 60000
|
| | |
|
| | | #===============================================================
|
| | | #Configure Plugins
|
| | | #===============================================================
|
| | | org.quartz.plugin.triggHistory.class = org.quartz.plugins.history.LoggingJobHistoryPlugin
|
| | |
|
| | | org.quartz.plugin.jobInitializer.class: org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
|
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_dmmsroadfee.xml
|
| | | org.quartz.plugin.jobInitializer.fileNames = quartz_jobs.xml
|
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_inc.xml
|
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_edb.xml
|
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_colowner.xml
|
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_dmmsroadfee.xml
|
| | | #org.quartz.plugin.jobInitializer.fileNames = quartz_jobs_nddjpb.xml
|
| | |
|
| | | org.quartz.plugin.jobInitializer.failOnFileNotFound = true
|
| | | org.quartz.plugin.jobInitializer.scanInterval = 10
|
| | | org.quartz.plugin.jobInitializer.wrapInUserTransaction = false
|
| | |
|
| | | org.quartz.plugin.shutdownhook.class = org.quartz.plugins.management.ShutdownHookPlugin
|
| | | org.quartz.plugin.shutdownhook.cleanShutdown = true |