|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
|
|
|
|
|
|
| Participants: |
Petr Skoda (frankenstein)
|
| Security Level: |
None
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
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.
|
|
Description
|
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. |
Show » |
| There are no comments yet on this issue.
|
|