archenroot / myschedule

Automatically exported from code.google.com/p/myschedule
0 stars 0 forks source link

Makes better min default quartz config with SchedulerTemplate #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The quartz.properties requires min of this value set

org.quartz.threadPool.threadCount = 5

It would be nice that SchedulerTemplate auto set this if user didn't provide 
one to avoid unnecessary exception.

Also the following default is probably sensible:

org.quartz.scheduler.skipUpdateCheck = true

Original issue reported on code.google.com by saltnlight5 on 1 Dec 2012 at 4:16

GoogleCodeExporter commented 9 years ago
The latest version 3 allow user to save template into their own config 
template. So this is unnecessary.

Original comment by saltnlight5 on 3 Jun 2013 at 11:12