Skip to content

Instantly share code, notes, and snippets.

@rtrcolin
Created July 16, 2012 07:26
Show Gist options
  • Save rtrcolin/3121351 to your computer and use it in GitHub Desktop.
Save rtrcolin/3121351 to your computer and use it in GitHub Desktop.
Dropwizard Quartz Service YML
# Other settings
# would go here
# Quartz Scheduler configuration
quartzSettings:
instanceName: MyQuartzScheduler
threadPoolClass: org.quartz.simpl.SimpleThreadPool
threadCount: 5
threadPriority: 5
jobStoreClass: org.quartz.simpl.RAMJobStore
# A comma separated list of XML files
jobFiles: daily_jobs.xml,critical_jobs.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment