Conversation
submit 이후 생성된 최초 첨삭 Job을 커밋 후 비동기로 실행하고, 성공 시 ReviewVersion 저장, 실패 시 Job/CoverLetter 실패 상태를 반영한다.
7 tasks
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughPENDING: LlmJob 생성PENDING --> PROCESSING: start() 호출 |
Backend CI Report
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
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.
작업 내용
COVER_LETTER_REVIEWJob을 after-commit 이벤트로 비동기 실행하도록 연결합니다.FirstReviewClient를 호출합니다.ReviewVersionService.completeFirstReview(...)를 통해 ReviewVersion과 문항별 첨삭 결과를 저장합니다.FAILED, CoverLetter는REVIEW_FAILED로 전환합니다.LLM_PROVIDER_ERROR,LLM_OUTPUT_VALIDATION_FAILED로 저장합니다.관련 이슈
문서 반영
docs/status.mddocs/api/cover-letters.mddocs/api/llm-jobs.md확인 결과
./gradlew test./gradlew checkgit diff --checkSummary by CodeRabbit
새 기능
문서
버그 수정