-
Task
-
Resolution: Fixed
-
Critical
-
3.7
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
MDL-65566-master-jake -
For sites with a huge number of users, the upgrading process to 3.7 may take a little bit longer because, for now, a lot of 1 by 1 inserts have to be done to create the self-conversations.
Alternatives:
a) Try to kill the 1by1 by some bulk operations.
b) Try to delegate the creation to the adhoc task.
c) Try to delegate the creation to on-demand (when the user directly accesses to the feature). This still requires a task filling the never-logged-in users.
Problem with the use of ad-hoc tasks as part of the process is that they are not deterministic, especially if they are edited at any time. And, unless we have a way to detect the exact status of a user update... it can be really problematic, especially in the future, where we won't know if there are users still not migrated.
- Discovered while testing
-
MDLSITE-5730 Upgrade moodle.org to 3.7
- Closed
- has a non-specific relationship to
-
MDL-65618 Remove the self-conversations from the data-generators
- Open