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

fix : 스케쥴링을 통해 처리된 건이 있으면 로그 기록 (CC-176) #46

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

putdata
Copy link
Collaborator

@putdata putdata commented Aug 22, 2024

📝 작업내용

  • 스케쥴링을 통해 처리된 건이 있으면 로그 기록

💬 침고사항

📖 레퍼런스

@putdata putdata self-assigned this Aug 22, 2024
@putdata putdata added 익준 feat📌 기능 개발 labels Aug 22, 2024
@@ -52,6 +52,6 @@ public void insertWinnerToDatabaseScheduler() {
completed++;
}
findingGameWinnerRepository.saveAll(winners);
log.info("선착순 인원 스케쥴링 처리 완료 - {} 건", completed);
if (completed > 0) log.info("선착순 인원 스케쥴링 처리 완료 - {} 건", completed);
Copy link
Collaborator

Choose a reason for hiding this comment

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

구글코딩컨벤션 ㅋ ㅋ
image

@j2noo j2noo merged commit dc93ed5 into develop Aug 22, 2024
1 check passed
@j2noo j2noo deleted the CC-176 branch August 22, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat📌 기능 개발 익준
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants