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 세부 내용
의도적으로 이와 같이 시간을 걸어 락 조회해서 확인 결과
다른 레코드도 이처럼 락이 걸립니다.
이를 인덱스를 통해 해결했습니다.
추가적으로 테스트도 조금 수정했습니다.
우선, 기존에
AsyncConfig
가 비동기가 아닌 동기 Task 를 유도하게 한 점 변경했습니다.이에 따라 정말 비동기 테스트가 필요한 곳 아닌곳은
SyncConfig
를 통해 테스트가 용이하게 했습니다.