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] SQS를 활용해 푸시서버에서 스케줄링과 Slack 알림을 발송하도록 구현 #94

Merged
merged 6 commits into from
Aug 14, 2023

Conversation

ddongseop
Copy link
Member

📌 관련 이슈

#93

✨ 어떤 이유로 변경된 내용인지

  • 스케줄링 관련된 사항이 발생하면 푸시서버로 작업을 요청하여 처리되도록 구현
  • 500에러 발생으로 인한 Slack 알림 발송 사항이 발생하면 푸시서버에서 Slack으로 알림을 발송하도록 구현

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

  • 이해 안되는 부분 있으면 물어봐주세욥!

@ddongseop ddongseop added 🔥 Pull Request PR 날림 예준🍒 ddongseop🍑 ✨Feat 새로운 기능 추가 🔧Modify 코드 수정 (기능의 변화가 있을 때) labels Aug 14, 2023
Copy link
Member

@jun02160 jun02160 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~!

Comment on lines +52 to +56

public void activateTodayQna() {
sqsProducer.produce(ScheduleDto.of());
}

Copy link
Member

Choose a reason for hiding this comment

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

활성시키는 부분만 처리하는 거 좋은 것 같아요!!

@ddongseop ddongseop merged commit 2779f10 into develop Aug 14, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ddongseop🍑 ✨Feat 새로운 기능 추가 예준🍒 🔧Modify 코드 수정 (기능의 변화가 있을 때) 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants