quartz.properties | quartz.properties | |||
---|---|---|---|---|
#========================================================================== == | #========================================================================== == | |||
# Configure Main Scheduler Properties | # Configure Main Scheduler Properties | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.scheduler.instanceName = TestScheduler | org.quartz.scheduler.instanceName: TestScheduler | |||
org.quartz.scheduler.instanceId = AUTO | org.quartz.scheduler.instanceId: AUTO | |||
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 = 12 | org.quartz.threadPool.threadCount: 12 | |||
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.quartz.simpl.RAMJobStore | org.quartz.jobStore.class: org.quartz.simpl.RAMJobStore | |||
#org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX | #org.quartz.jobStore.class: org.quartz.impl.jdbcjobstore.JobStoreTX | |||
#org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.Pos | #org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.Post | |||
tgreSQLDelegate | greSQLDelegate | |||
#org.quartz.jobStore.useProperties = false | #org.quartz.jobStore.useProperties: false | |||
#org.quartz.jobStore.dataSource = myDS | #org.quartz.jobStore.dataSource: myDS | |||
#org.quartz.jobStore.tablePrefix = QRTZ_ | #org.quartz.jobStore.tablePrefix: QRTZ_ | |||
#org.quartz.jobStore.isClustered = false | #org.quartz.jobStore.isClustered: false | |||
#========================================================================== == | #========================================================================== == | |||
# Configure Datasources | # Configure Datasources | |||
#========================================================================== == | #========================================================================== == | |||
#org.quartz.dataSource.myDS.driver = org.postgresql.Driver | #org.quartz.dataSource.myDS.driver: org.postgresql.Driver | |||
#org.quartz.dataSource.myDS.URL = jdbc:postgresql://localhost/dev | #org.quartz.dataSource.myDS.URL: jdbc:postgresql://localhost/dev | |||
#org.quartz.dataSource.myDS.user = jhouse | #org.quartz.dataSource.myDS.user: jhouse | |||
#org.quartz.dataSource.myDS.password = | #org.quartz.dataSource.myDS.password: | |||
#org.quartz.dataSource.myDS.maxConnections = 5 | #org.quartz.dataSource.myDS.maxConnections: 5 | |||
End of changes. 7 change blocks. | ||||
15 lines changed or deleted | 15 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/ |