fix: 삭제된 게시판의 게시글을 AI 요약 큐 대상에서 제외#2312
Merged
Merged
Conversation
- 삭제된 게시판에 달린 게시글까지 요약 후보로 뽑혀 배치 전체가 실패했다 - Board 엔티티는 삭제된 게시판을 조회에서 감추기 때문에 게시글을 읽는 순간 예외가 났다 - 후보가 매번 같은 순서로 뽑혀 요약 큐 등록이 계속 막혀 있었다 - 후보 조회 쿼리에 게시판 조인을 추가해 삭제된 게시판의 게시글을 제외한다
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe article summary selection query now excludes articles from deleted boards. Acceptance coverage adds board deletion setup and verifies only articles on active boards receive AI summary records. ChangesArticle AI summary filtering
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
|
감사합니다 🥹 |
taejinn
approved these changes
Jul 24, 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.
🔍 개요
🚀 주요 변경 내용
💬 참고 사항
JpaObjectRetrievalFailureException: ... Board with identifier value 3 does not exist✅ Checklist (완료 조건)
Summary by CodeRabbit