Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created October 15, 2012 02:42
Show Gist options
  • Save michaelklishin/8fec4aa1e03fd625f4bf to your computer and use it in GitHub Desktop.
Save michaelklishin/8fec4aa1e03fd625f4bf to your computer and use it in GitHub Desktop.
org.quartz.scheduler.instanceName = MyServiceScheduler
org.quartz.threadPool.threadCount = 4
## Use MongoDB-backed store to persistently store information about
# scheduled jobs, triggers and their state.
#
org.quartz.jobStore.class=megacorp.myservice.quartz.JobStore
org.quartz.jobStore.addresses=127.0.0.1
org.quartz.jobStore.dbName=myservice_production
org.quartz.jobStore.collectionPrefix=quartz
## Quartz plugins
#
org.quartz.plugin.triggHistory.class = org.quartz.plugins.history.LoggingTriggerHistoryPlugin
org.quartz.plugin.jobHistory.class = org.quartz.plugins.history.LoggingJobHistoryPlugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment