instance1.properties | instance1.properties | |||
---|---|---|---|---|
#========================================================================== == | #========================================================================== == | |||
# Configure Main Scheduler Properties | # Configure Main Scheduler Properties | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.scheduler.instanceName = TestScheduler | org.quartz.scheduler.instanceName: TestScheduler | |||
org.quartz.scheduler.instanceId = instance_one | org.quartz.scheduler.instanceId: instance_one | |||
org.quartz.scheduler.skipUpdateCheck = true | org.quartz.scheduler.skipUpdateCheck: true | |||
#========================================================================== == | #========================================================================== == | |||
# Configure ThreadPool | # Configure ThreadPool | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool | org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool | |||
org.quartz.threadPool.threadCount = 5 | org.quartz.threadPool.threadCount: 5 | |||
org.quartz.threadPool.threadPriority = 5 | org.quartz.threadPool.threadPriority: 5 | |||
#========================================================================== == | #========================================================================== == | |||
# Configure JobStore | # Configure JobStore | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.jobStore.misfireThreshold = 60000 | org.quartz.jobStore.misfireThreshold: 60000 | |||
org.quartz.jobStore.class = org.terracotta.quartz.TerracottaJobStore | org.quartz.jobStore.class: org.terracotta.quartz.TerracottaJobStore | |||
org.quartz.jobStore.tcConfigUrl = localhost:9510 | org.quartz.jobStore.tcConfigUrl: localhost:9510 | |||
#========================================================================== == | #========================================================================== == | |||
# Configure Plugins | # Configure Plugins | |||
#========================================================================== == | #========================================================================== == | |||
#org.quartz.plugin.shutdownHook.class = org.quartz.plugins.management.Shutd | #org.quartz.plugin.shutdownHook.class: org.quartz.plugins.management.Shutdo | |||
ownHookPlugin | wnHookPlugin | |||
#org.quartz.plugin.shutdownHook.cleanShutdown = true | #org.quartz.plugin.shutdownHook.cleanShutdown: true | |||
#org.quartz.plugin.triggHistory.class = org.quartz.plugins.history.LoggingJ obHistoryPlugin | #org.quartz.plugin.triggHistory.class: org.quartz.plugins.history.LoggingJo bHistoryPlugin | |||
End of changes. 7 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |