Conversation
canit0221
approved these changes
Feb 5, 2026
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.
🚀 작업 배경
UserService.findById는 읽기 전용 모드(@Transactional(readOnly=true))로 실행됩니다.여기서 동기화 로직을 호출하니 "마지막 갱신 시간 업데이트"가 DB에 반영되지 않고 무시되고 있었습니다.
이에 따라 1시간이 안 지났는데도 지난 줄 알고 매번 API를 호출해서 느려지고 있어 조치가 필요합니다.
핫픽스를 진행하는 김에 추천 스터디 범위 축소도 같이 진행해야 합니다.
🛠️ 주요 변경 사항
REQUIRES_NEW)으로 실행하도록 강제하였습니다.+-1로 축소하였습니다.🔗 관련 이슈