-
Notifications
You must be signed in to change notification settings - Fork 4
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
✨ 알림 시스템 개선을 위한 SQS 도입 #308
Labels
기능추가
새로운 기능 추가
Comments
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 26, 2024
Merged
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
JiHongKim98
added a commit
to JiHongKim98/10-team-joytas-dao-be
that referenced
this issue
Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✨ 진행할 작업 설명
AWS SQS 적용을 통해 알림 생성 작업을 비동기처리하여 스파이크 트래픽 대비
이슈 #306 에서
Redis Stream
으로 하려고 했지만,메모리 관리에 대해 매우 민감하고 현재 Spring-Data-Redis 의
StreamMessageListenerContainer
가 graceful shutdown이 정상적으로 진행되지 않는 문제가 있어 AWS에서 간단하게 구축할 수 있는 AWS SQS를 사용하기로 결정spring data redis에 PR 올려둔 상태입니다...ㅜㅜ
🚀 TODO
localstack
도커 설정 추가The text was updated successfully, but these errors were encountered: