Skip to content

Commit

Permalink
GRAD2-2339
Browse files Browse the repository at this point in the history
HD-22855 Year-End Graduation Run - Distribution Report Counts Error
  • Loading branch information
arybakov-cgi committed Nov 6, 2023
1 parent e015ee6 commit bfc3a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ public Map<String, ExecutionContext> partition(int gridSize) {
endTime = System.currentTimeMillis();
diff = (endTime - startTime)/1000;
logger.debug("Total {} eligible StudentCredentialDistributions found in {} sec", credentialList.size(), diff);
filterByStudentSearchRequest(credentialList);
if(!credentialList.isEmpty()) {
filterOutDeceasedStudents(credentialList);
filterByStudentSearchRequest(credentialList);
updateBatchJobHistory(createBatchJobHistory(), (long) credentialList.size());
return getStringExecutionContextMap(gridSize, credentialList, null);
}
Expand Down

0 comments on commit bfc3a81

Please sign in to comment.