How to detect when a data page reloads too often (PEGA0053 alert)

A PEGA0053 alert occurs when a data page reloads more frequently than the configured threshold.

Alert log message

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.

Frequency threshold

The frequency threshold (per minute) is established in the following prconfig.xml setting:

<env name=="datapages/reloadFreqPerMin" value="10" />

What to do

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.

Definitions alert log, prconfig.xml file
Related topics Understanding alerts

UpSysAdmin category