You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related a bit to #1327 and #827 it would be more efficient to only process course that have been accessed within the last X days.
Describe the solution you'd like
I think this might require adding a column to the courses table that will update something like a date_last_access whenever anyone goes to that course. And then in the verify_course_ids just doesn't process these courses if they haven't been accessed in X days. We could also rely on the eventlog_log table but the courses there are in JSON so would take a little more processing.
This probably isn't a high priority now but something we've talked about as more classes get added.
The text was updated successfully, but these errors were encountered:
jonespm
changed the title
Avoid updating data in courses that haven't been accessed
Avoid updating data in older courses that haven't been accessed in awhile
Sep 6, 2022
Thank you for contributing to this project!
Describe your problem or feature you'd like added
Related a bit to #1327 and #827 it would be more efficient to only process course that have been accessed within the last X days.
Describe the solution you'd like
I think this might require adding a column to the courses table that will update something like a
date_last_access
whenever anyone goes to that course. And then in the verify_course_ids just doesn't process these courses if they haven't been accessed in X days. We could also rely on theeventlog_log
table but the courses there are in JSON so would take a little more processing.This probably isn't a high priority now but something we've talked about as more classes get added.
The text was updated successfully, but these errors were encountered: