Conversation
Closed
9108523 to
0c16854
Compare
📊 코드 커버리지 리포트
|
f44f961 to
bc592f4
Compare
Contributor
|
해당 기능이 왜 필요한가에 대한 이유가 이슈 및 PR 어디에도 작성되어 있지 않은 것 같습니다. |
ckdals4600
reviewed
Dec 18, 2025
src/main/java/com/sofa/linkiving/domain/link/config/SummaryWorkerProperties.java
Outdated
Show resolved
Hide resolved
src/main/java/com/sofa/linkiving/domain/link/event/LinkEventListener.java
Show resolved
Hide resolved
Goder-0
approved these changes
Dec 19, 2025
2c3aa24 to
cf0c353
Compare
Contributor
Author
|
@ckdals4600 수정했습니다 확인 부탁드립니다. |
cf0c353 to
fd3d8d5
Compare
Goder-0
approved these changes
Dec 20, 2025
This file contains hidden or 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
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.
관련 이슈
PR 설명
구현 내용
동작 방식
설계 포인트
이벤트 기반으로 큐 추가를 처리해 트랜잭션 롤백 시에도 데이터 일관성을 보장하고, 큐/워커를 독립 컴포넌트로 나눠 서비스 레이어 책임을 분리했습니다. 워커 슬립 등 파라미하되, 백그라운드 워커에서 실행되므로 메인 API 응답 속도에 영향을 주지 않습니다.
비고