-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop/alex grad2 2581 2 #635
Conversation
…pository as per GRAD2-2583
Solution - OOMKilled pods for Student API
Solution - OOMKilled pods for Student API
Solution - OOMKilled pods for Student API
…DENT-API into develop/alex-GRAD2-2581-2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Alex, see one comment.
.map(stid -> updateStudentFlagReadyForBatchJob(stid, batchJobType)) | ||
.filter(Objects::nonNull).collect(Collectors.toList()); | ||
for(UUID uuid: studentIDs) { | ||
updateStudentFlagReadyForBatchJob(uuid, batchJobType); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make updateStudentFlagReadyForBatchJob, and saveBatchFlagsOfGraduationStudentRecord void and remove graduationStatusTransformer.transformToDTOWithModifiedProgramCompletionDate(entity) from saveBatchFlagsOfGraduationStudentRecord. No need to transform to DTO when data not used in any calling methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Quality Gate passedIssues Measures |
No description provided.