Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Utils.Tasks.PurgeActivityLog

class Utils.Tasks.PurgeActivityLog extends %SYS.Task.Definition

Method Inventory

Methods

method OnTask() as %Status
removes log records that are more than 7 days old and email addresses more than PURGEEMAILOLDERTHAN days old. Also purges spam that is more than ##class(Feedback.Combined).#RELOADWINDOW days old. In Utils.Tasks.AddToSchedule, we add this as a task to run once a day.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab