-
Improvement
-
Resolution: Fixed
-
Minor
-
2.0
-
None
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
The problem is we can not rollback events triggered and sent to external systems.
Solution is to send the events into DB queue where they can be rolled back too instead of doing instant triggering.
Problem is performance, we could make handlers as "external" and force this new behaviour only there.
- has been marked as being related by
-
MDL-20625 Nested DB transactions
- Closed