[Fix/#222] Gemini thinkingLevel을 minimal로 낮춰 응답 지연·타임아웃 완화 - #223
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 Walkthrough변경 사항
WalkthroughGemini 사고 수준의 기본값을 ChangesGemini 설정 기본값 동기화
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 7✅ Passed checks (7 passed)
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 |
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.
#️⃣연관된 이슈
📝작업 내용
가끔 발생하는
GeminiRequestException: GenAiIOException: Failed to execute HTTP request.(60초 타임아웃성 실패) 빈도를 줄이기 위해 Gemini 3.x 사고 깊이를low→minimal로 낮췄습니다.GeminiProperties.thinkingLevel기본값minimal로 변경application-infrastructure-client.yml의thinking-level기본값minimal로 변경.env.example의GEMINI_THINKING_LEVELminimal로 동기화💬리뷰 요구사항(선택)
GEMINI_THINKING_LEVEL이 명시돼 있으면 그 값이 우선하므로, 배포 환경도minimal로 바꾸거나 환경변수를 제거해 yml 기본값을 타도록 해야 합니다.