SERVER Qwartz - nicho92/MtgDesktopCompanion GitHub Wiki
- File Location : $USER_HOME/.magicDeskCompanion/server/Qwartz.conf
- Category : SERVER
- Version : 2.5.0
- Status : STABLE
- Need Authenticator : No
Key | Description | Type | Default Value | Allowed Values |
---|---|---|---|---|
org.quartz.plugin.jobInitializer.failOnFileNotFound | don't startup if any error on the jobs initialization | Boolean | true | true false |
org.quartz.threadPool.threadCount | number of thread in the pool | Number | 3 | Any value > 1 |
org.quartz.plugin.jobInitializer.class | Class implementation of config file processor | Text | org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin | |
AUTOSTART | Run server at startup | Boolean | false | true false |
org.quartz.scheduler.instanceName | the instance name of qwartz | Text | MTGCompanion-schedule | |
org.quartz.plugin.jobInitializer.scanInterval | Timeout in second where new jobs are scanned | Number | 60 | Any value > 10 |
org.quartz.plugin.jobInitializer.fileNames | path to the config file | Text | $USER_HOME/.magicDeskCompanion\data\quartz-config.xml | |
org.quartz.jobStore.class | class implementation used for the jobs | Text | org.quartz.simpl.RAMJobStore |