Needs review
Project:
Opigno Learning path
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2021 at 14:48 UTC
Updated:
10 Aug 2022 at 05:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aaronbaumanThis patch adds a setting to the existing learning_path_settings.
Comment #3
jatin12novI have created a patch for version 3.0.3
Comment #4
catchI'm guessing this was added because several code paths in Opigno (especially adding/removing classes from learning paths) loop over every member of the class to add/remove them from the group, so once you get to several hundred class members there's a good chance of hitting memory limits.
These code paths are removed by #3083145: [PP-1] Add classes to learning paths, instead of individually adding all members which would be more reliable than trying to convert the existing logic to batch or similar.