Details
-
Type:
Sub-task
-
Status: CLOSED
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.8.3, 2.9.0, 2.9.1
-
Fix Version/s: 2.9.2
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:None
Description
The auto submit job uses hibernate's saveOrUpdateAll method in batch when updating all scores. Not only is this method deprecated, but it will also cause all scores to not be updated if one throws an error. This patch will break the bulk saves into individual saves, which is obviously slower, but will handle exceptions better and continue on when found.
Gliffy Diagrams
Zeplin
Attachments
Issue Links
- is related to
-
SAK-36078 Auto Submit job can be broken by a runtime exception from ItemService.getItemTextId
-
- CLOSED
-