Quartz Scheduler Configuration Guide : RAMJobStore Configuration
RAMJobStore Configuration
RAMJobStore is used to store scheduling information (job, triggers and calendars) within memory. RAMJobStore is fast and lightweight, but all scheduling information is lost when the process terminates.
RAMJobStore is selected by setting the org.quartz.jobStore.class property as shown below:
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
RAMJobStore can be tuned with the following properties:
Property Name
Required
Type
Default Value
org.quartz.jobStore.misfireThreshold
no
int
60000
org.quartz.jobStore.misfireThreshold
The number of milliseconds the scheduler will allow a trigger to pass its next-fire-time by before being considered misfired. The default value (if you don't make an entry of this property in your configuration) is 60000 (60 seconds).
Copyright © 2010-2016 Software AG, Darmstadt, Germany.

Product Logo |   Feedback