org.quartz.scheduler.instanceName = QzXsedeAttributeReportingScheduler org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore org.quartz.threadPool.threadCount = 30 org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool # Int value between 1 - 10, # Thread.MIN_PRIORITY = 1 # Thread.MAX_PRIORITY = 10 # Thread.NORM_PRIORITY = 5 org.quartz.threadPool.threadPriority = 5 # The shutdown-hook plugin catches the event of the JVM terminating, and calls shutdown on the # scheduler. org.quartz.plugin.shutdownhook.cleanShutdown = true org.quartz.plugin.shutdownhook.class = org.quartz.plugins.management.ShutdownHookPlugin