Skip to content

Purge Error Alert Threshold

Key: qie.purge.errorAlertThreshold

Env Var: QIE_PURGE_ERRORALERTTHRESHOLD

Default: 100

Scope: Global

Description: The number of errors at which a single purge run raises an Administrator Alert; a run that reaches this count alerts. Set it to 0 or less to disable the alert. The error count is written to the system log at the end of every purge regardless of this value.

Examples

Env Var

QIE_PURGE_ERRORALERTTHRESHOLD=250

Java Option

-Dqie.purge.errorAlertThreshold=250

YAML

QIE_PURGE_ERRORALERTTHRESHOLD: 250