Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiz tracking scheduled tasks cause the dashboard in progress and student search reports to stop working. #150

Open
vladkidanov opened this issue Feb 7, 2024 · 0 comments

Comments

@vladkidanov
Copy link

Issue

One of our clients has over 10 million records inside local_assessfreq_trend produced by quiz_tracking scheduled task. The get_quiz_tracking method inside the classes/quiz.php tries to get those records and eventually stops. Some quizzes have almost 200 thousand records inside that table. I tried to use raise_memory_limit(MEMORY_HUGE), but it didn't help much.

Proposal

Is it possible to add a cleanup local_assessfreq_trend table feature or optimize the plugin so it would be capable of operating big data objects more efficiently?

Errors

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant