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/#167 : 푸시알림 예약 발송을 구현합니다. #176

Merged
merged 30 commits into from
Sep 1, 2024
Merged

Conversation

hyunw9
Copy link
Contributor

@hyunw9 hyunw9 commented Sep 1, 2024

📣 Related Issue

📝 Summary

일기를 작성하면 푸시 알림 예약 발송이 진행되도록 예약합니다.

Spring Quartz를 이용하여 구현하였습니다.
또한 Domain DB와, 작업에 관한 메타정보를 담고있는 meta DB를 분리하여, 혼동을 최소화 하였습니다.

DataSource Config 과 TransactionManagerConfig 은 , HikariCP를 이용하여 두개의 데이터소스를 빈으로 등록하고,
TransactionManager는 각 빈에 대한 커스텀 트랜잭션 매니저 입니다.

추가적인 스키마는 업데이트 하도록 하겠습니다.

🙏 Question & PR point

📬 Postman

hyunw9 and others added 28 commits August 29, 2024 00:19
- 추가적으로 SQS 로 메세지 발행 시, UserId 또한 포함하여 발송하도록 수정하였습니다.
@hyunw9 hyunw9 added the Feature 기능 개발 label Sep 1, 2024
@hyunw9 hyunw9 self-assigned this Sep 1, 2024
Copy link

github-actions bot commented Sep 1, 2024

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit a8cfcb2.

@hyunw9 hyunw9 merged commit 5a22d9f into prod Sep 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant