Skip to content

Commit

Permalink
Merge pull request #484 from bcgov/feature/GRAD2-2570
Browse files Browse the repository at this point in the history
GRAD2-2570: the batch history creation issue with zero student proces…
  • Loading branch information
infstar authored Apr 23, 2024
2 parents 93497a5 + f676ca6 commit 91f19fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class RegenerateCertificatePartitioner extends BasePartitioner {

@Override
public Map<String, ExecutionContext> partition(int gridSize) {
createBatchJobHistory();
List<StudentCredentialDistribution> credentialList = new ArrayList<>();
JobParameters jobParameters = context.getJobParameters();
String searchRequest = jobParameters.getString(SEARCH_REQUEST);
Expand Down

0 comments on commit 91f19fb

Please sign in to comment.