This article covers how to configure Insight's auto-load frequency for job executions. By default this value is set to 1 minute, though may be set to the desired interval.
The following property file hosts the relevant parameter :
<install_home>/config/<jvm>/II/II.properties
The parameter / value that dictates this behavior is :
CONTROL_EXECUTION_PROCESSING_INTERVAL=1
The above value indicates that, by default, Insight's auto-load frequency is set to 1 minute. If increasing this value to something greater, a re-deploy of the application will be required.
How to Deploy Assure, ER, Insight and Perceive
On a related note, the "execution batch size limit" is defined within this property as well. This may be relevant to the team if running thousands of controls per minute :
PROCESSCONTROLEXECUTION_BATCHSIZE=500
In the above example, with default values, the batch per request rate would be : 500 per 1 minute
Meaning the 501st will be processed on the next cycle. Please note, this will likely only be relevant when running more than 500 Assure controls per minute. That being said, the batch size may be adjusted as required.
Comments
0 comments
Please sign in to leave a comment.