Add master try / catch to content review reports job

Description

The TurnitinReviewServiceImpl.checkForReportsBulk() loops over the content review items to retrieve originality report scores, etc.

The loop does not have a master try / catch. Exceptions are handled fairly well within the loop, but we should add a try / catch(Exception e) for the entire body of the loop (Ie. an unexpected failure while processing one item should not prevent the processing of all subsequent items)

Activity

Show:

Brian J. January 10, 2017 at 1:17 PM

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created January 9, 2017 at 11:21 AM
Updated January 10, 2017 at 1:17 PM
Resolved January 10, 2017 at 1:17 PM