Jump to: navigation, search

schedule Section



     


quartz.rs.calltimeout

Default Value: 0 50 * * * ?
Valid Values: Refer to CronExpression JavaDoc (http://www.quartz-scheduler.org) for more details about cron expression
Changes Take Effect: at start/restart


The CRON schedule that Quartz should use to execute the Call Timeout Process. This process is responsible for timing out RM/MCP/CCP and VAR Call Data Records.

quartz.rs.dbMaintenancePeriod

Default Value: 0 30 1 * * ?
Valid Values: Refer to CronExpression JavaDoc (http://www.quartz-scheduler.org) for more details about cron expression
Changes Take Effect: at start/restart


The CRON schedule that Quartz should use to purge old data according to each application's data retention policy.

quartz.rs.dbPartitioningPeriod

Default Value: 0 0 0/1 * * ?
Valid Values: Refer to CronExpression JavaDoc (http://www.quartz-scheduler.org) for more details about cron expression
Changes Take Effect: at start/restart


The CRON schedule that Quartz should use to run partition archiving job.

quartz.rs.or.counting

Default Value: 0 40 * * * ?
Valid Values: Refer to CronExpression JavaDoc (http://www.quartz-scheduler.org) for more details about cron expression
Changes Take Effect: at start/restart


The CRON schedule that Quartz should use to run the MCP VXML OR counting job process.

quartz.var.summarization

Default Value: 300000
Valid Values: An integer from 60000 and 86400000 inclusive.
Changes Take Effect: at start/restart


The schedule that Quartz should use to update VAR summary statistics. This schedule is expressed in milliseconds. For example, by default the VAR Update Process will run every 300 seconds (5 minutes).

This page was last edited on July 24, 2017, at 09:06.
Comments or questions about this documentation? Contact us for support!