-
New Feature
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_28_STABLE
-
MDL-46133_master -
-
20
-
BACKEND Sprint 17
Implement a cron task to clean tool_monitor_events periodically.
There are three ways do this:-
- Truncate the table unconditionally every x hours
- Implement a smart logic that reads various rules and finds which event entries are not useful any more and dumps them only.
- Implement a semi -smart logic which finds out the maximum "timewindow" used in rules and dumps every thing beyond that.
Imho, 1 is not acceptable, 2 seems ideal, 3 is easiest to implement and more performance friendly than 2.
- is blocked by
-
MDL-45758 [Epic] Create an Event Monitor tool
-
- Closed
-