-
Notifications
You must be signed in to change notification settings - Fork 1
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/#167 : 푸시알림 예약 발송을 구현합니다. #176
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 추가적으로 SQS 로 메세지 발행 시, UserId 또한 포함하여 발송하도록 수정하였습니다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📣 Related Issue
📝 Summary
일기를 작성하면 푸시 알림 예약 발송이 진행되도록 예약합니다.
Spring Quartz를 이용하여 구현하였습니다.
또한 Domain DB와, 작업에 관한 메타정보를 담고있는 meta DB를 분리하여, 혼동을 최소화 하였습니다.
DataSource Config 과 TransactionManagerConfig 은 , HikariCP를 이용하여 두개의 데이터소스를 빈으로 등록하고,
TransactionManager는 각 빈에 대한 커스텀 트랜잭션 매니저 입니다.
추가적인 스키마는 업데이트 하도록 하겠습니다.
🙏 Question & PR point
📬 Postman