Refactor: 좋아요 요청 동시성 해결 및 배치 처리 로직 개선 - #147
Open
JongWook6 wants to merge 4 commits into
Open
Conversation
eonwy
approved these changes
Sep 5, 2025
eonwy
left a comment
Collaborator
There was a problem hiding this comment.
redis를 더 안전하게 활용하게 된 것 같아요!
ash-be
approved these changes
Sep 10, 2025
ash-be
left a comment
Collaborator
There was a problem hiding this comment.
좋아요 기능 검색하면 항상 동시성 문제가 딸려나오던데, 레디손으로 푸셨군요!
덕분에 코드 열심히 뜯어보고 공부가 많이 되었습니다.!
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 올리기 전에
dev에서pull받았나요?merge conflict발생 시, 해결하고 올리셨나요?changes만 존재하나요?🐶 구현한 기능
🔎 작업 내용
📍좋아요 요청 동시성 문제 해결
📍배치 처리 트랜잭션 단위 변경
📍배치 처리 실패 시 재시도 가능하도록 개선
📍인덱스 추가