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

[FEAT] 프로젝트 종료시 채팅방 종료 스케쥴링 추가 #353

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

tidavid1
Copy link
Collaborator

🚀 개발 사항

  • 프로젝트 종료시 채팅방도 함께 종료하도록 스케쥴러를 추가했습니다.

이슈 번호

특이 사항 🫶

@tidavid1 tidavid1 added the ⭐️ Feat 새로운 기능 label Mar 28, 2024
@tidavid1 tidavid1 self-assigned this Mar 28, 2024
Copy link

Test Results

46 tests   46 ✅  1s ⏱️
 6 suites   0 💤
 6 files     0 ❌

Results for commit 363410c.

@@ -82,4 +83,10 @@ private void sendMatchFailNotification() {
);
}

private void closeChatRoom() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

만약 스케줄러가 실패했을 때의 처리는 어떻게 하나요? 다음날 스케줄러가 돌때까지 채팅방이 열려있게 되나요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

스케쥴링 실패 이후에 대해서는 생각을 안해봤네요! 한번 같이 고민해봐야할 것 같습니다 ㅠㅠ

@tidavid1 tidavid1 merged commit a2d895c into develop Mar 29, 2024
3 checks passed
@tidavid1 tidavid1 deleted the feat/#350-chat_close_when_project_end branch March 29, 2024 12:24
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.

[💡 FEAT] 프로젝트 종료 시점에서 채팅방 종료 로직 추가
2 participants