A PEGA0053 alert occurs when a data page reloads more frequently than the configured threshold.
The alert log message indicates that a particular data page is being reloaded frequently, and then displays the average time between two reloads of the data page, as shown in the following example:
Data page <data page name> is being reloaded frequently. The average time between reloads was 3 seconds. Consider revisiting refresh strategy.
The frequency threshold (per minute) is established in the following prconfig.xml
setting:
<env name=="datapages/reloadFreqPerMin" value="10" />
When the alert is triggered, you can change the refresh strategy of the data page in the Load Management tab. For example, you can select the Do not reload when criteria, and use a When rule that often evaluates to "true".
If a frequent data page reload is unavoidable, you can increase the frequency threshold in prconfig.xml
.
alert log, prconfig.xml file | |
Understanding alerts |