Skip to main content

Utils.Tasks.RebuildSmallTables

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

Method Inventory

Methods

classmethod BuildAlertsTable(verbose As %Boolean = 0) as %Status
Class method that can be directly invoked, w/o the task manager
method OnTask() as %Status
Updates the small tables (small enough to get frequent updates).

Rebuilds the DBMTables.Central.AlertsLog table.

Updates the feedback tables: If this instance is configured with ^Settings("MONITOR","feedbackmgmt")=1, this task *updates* the Feedback.Combined and Feedback.Combined.PageUseful tables (but does not clear them first). Otherwise, this task clears the tables and then loads from combined backup files (1 for each table).

Updates the DBMTables.Central.Instances table.

classmethod UpdateFeedbackData(verbose As %Boolean = 0) as %Status
Class method that can be directly invoked, w/o the task manager

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab