damithc / testrepo3

0 stars 0 forks source link

Rearrange deleteCourseCascade sequence of deletes to reduce orphaned data when delete fails #256

Open damithc opened 10 years ago

damithc commented 10 years ago

From leeshaw...@gmail.com on February 05, 2014 23:37:46

In the event where the delete course fails (datastore timeout etc), some data might be orphaned as the parent of the data is deleted before the child, e.g evaluations are deleted before submissions.

The sequence of deletes should be arranged such that the child data is always deleted first.

Original issue: http://code.google.com/p/teammatespes/issues/detail?id=1589

damithc commented 10 years ago

From leeshaw...@gmail.com on February 05, 2014 07:38:01

Status: Accepted
Owner: leeshaw...@gmail.com