aclQuartz.properties
Stores configuration settings for the Quartz Scheduler, which is used to schedule Analytics Exchange analytic jobs. Properties that are not listed are configured with required settings and should not be modified.
File settings
Property | Description |
---|---|
org.quartz.jobStore.misfireThreshold |
Specifies the maximum duration that a job will be held in the queue for processing. The default value is 24 hours less 1 second, and is expressed in milliseconds as 86399000. |
org.quartz.jobStore.isClustered |
If set to “true” processing analytics on more than one server is supported. If set to “false”, analytics can only be processed on a single server. This property must be set to true if analytics will be processed by more than one server, so that all instances of the Quartz scheduler can share access to the scheduling tables in the Analytics Exchange database. |
org.quartz.jobStore.clusterCheckinInterval |
Specifies the frequency with which the Quartz scheduler on the server will report its status to other Quartz scheduler instances running on AX Server or AX Engine Node. The default value is 20 seconds, and is expressed in milliseconds as 20000. |
org.quartz.datasource.myDS.driver |
Specifies the database driver to use to connect to the Analytics Exchange database. To connect to an Oracle database, enter oracle.jdbc.driver.OracleDriver. To connect to a PostgreSQL database, enter org.postgresql.Driver. This property is not used when connecting to Oracle databases using SSL. |
org.quartz.dataSource.myDS.MaxConnections |
Specifies the maximum number of concurrent connections to the database. This property is not used when connecting to Oracle databases using SSL. |