Skip to content

Commit

Permalink
Comment out VLE statistics gathering because it was too process-inten…
Browse files Browse the repository at this point in the history
…sive
  • Loading branch information
hirokiterashima committed Aug 29, 2024
1 parent 1666d00 commit 1ac33b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ public void doJob() {
gatherPortalStatistics();

// query the vle tables and save a new row in the vleStatistics table
gatherVLEStatistics();
// too process-intensive, also, looking at out-of-date tables (e.g. studentData)
// gatherVLEStatistics();

// create and send a message to uber_admin
String messageBody = getSummaryMessage();
Expand Down

0 comments on commit 1ac33b2

Please sign in to comment.