Skip to content
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

Merged
merged 9 commits into from
Mar 28, 2024
Merged

Conversation

arybakov-cgi
Copy link
Contributor

No description provided.

chris.ditcher and others added 8 commits March 26, 2024 09:46
Solution - OOMKilled pods for Student API
Solution - OOMKilled pods for Student API
Solution - OOMKilled pods for Student API
Copy link
Contributor

@cditcher cditcher left a 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);
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link

@arybakov-cgi arybakov-cgi merged commit 888c6d6 into grad-release Mar 28, 2024
3 checks passed
@arybakov-cgi arybakov-cgi deleted the develop/alex-GRAD2-2581-2 branch March 28, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants