Skip to content

Comments

fix: 예외 처리로 원래 트랜잭션에 영향 없도록 하기#343

Merged
tomatozil merged 1 commit intodevelopfrom
fix/#340-알림-데이터-저장-에러-수정
Feb 17, 2025

Hidden character warning

The head ref may contain hidden characters: "fix/#340-\uc54c\ub9bc-\ub370\uc774\ud130-\uc800\uc7a5-\uc5d0\ub7ec-\uc218\uc815"
Merged

fix: 예외 처리로 원래 트랜잭션에 영향 없도록 하기#343
tomatozil merged 1 commit intodevelopfrom
fix/#340-알림-데이터-저장-에러-수정

Conversation

@tomatozil
Copy link
Collaborator

🔧 어떤 작업인가요?

알림 데이터를 저장하고 내부 서버에 알려줄 때, 알림 관련 처리는 되든 안되든 기존 off 로직에 영향이 없도록 @transactional(propagation = Propagation.REQUIRES_NEW) 적용했는데요. 그게 안되는겁니다..
알고보니 던져진 예외를 알림 관련 선에서 해결해야 기존 로직에도 영향이 없었습니다(예외가 전파되지 않도록 해야하더라고요)

#️⃣ 연관된 이슈

#340

💡 리뷰어에게 하고 싶은 말

🙏 아래 내용이 모두 충족 되었는지 확인해주세요 🙏

  • PR 이전 dev 브랜치 병합 하셨나요?
  • PR 이전 빌드 테스트 정상적으로 성공했나요?
  • PR 상세내용이 충분히 기재 되었나요?
  • PR 리뷰어, 할당자, 라벨, 프로젝트 확인

@tomatozil tomatozil added the 🐛 Fix 버그 수정 label Feb 17, 2025
@tomatozil tomatozil requested a review from kbyunghoon February 17, 2025 08:59
@tomatozil tomatozil self-assigned this Feb 17, 2025
@tomatozil tomatozil linked an issue Feb 17, 2025 that may be closed by this pull request
1 task
Copy link
Collaborator

@kbyunghoon kbyunghoon left a comment

Choose a reason for hiding this comment

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

리뷰 남겼습니다

@tomatozil tomatozil merged commit b0a7c7a into develop Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 Fix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] 알림 데이터 저장 에러 수정

2 participants