Conversation
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.
🎯 작업 내용
주요 변경사항
상세 내용
커밋 분석 비동기 연동
run_id를 기준으로 상태를 폴링하고, 분석 완료 시 커밋 요약을 저장CommitAnalysis에 커밋당 1건만 저장됨FastAPI 커밋 분석 요청/응답 수정
커밋 분석 대상 필터링
patch == null인 텍스트 파일은 깃허브에서 before/after 파일 내용을 다시 조회해 diff를 생성하도록 구현커밋 분석 실패 처리 및 재시도
failed이거나 poll timeout이 발생한 경우 예외 처리하도록 정리했습니다.30초 -> 60초backoff 간격으로 재시도✅ 체크리스트
📚 참고 자료 (선택)