Try OpenEdge Now
skip to main content
Server Administrator's Guide
Using the Archiver : Archiver scheduler : Quartz scheduler configuration
 

Quartz scheduler configuration

The Quartz scheduler uses the parameter values explained in the following table.
Table 7. Quartz scheduler parameters
Parameter
Description
InstanceId
AUTO
ThreadPoolClass
SimpleThreadPool
Trigger
CronTrigger
Misfire
CronTrigger.MISFIRE_INSTRUCTION_DO_NOTHING
JobStore
JobStoreTX
Jobs
Stateful Jobs //concurrency is not required
Job Persistence
Durability=true
Locking
UpdateLockRowSemaphore
Locking Query
UPDATE {0}LOCKS SET LOCK_NAME = LOCK_NAME WHERE LOCK_NAME = ?