Conversation
- 왜: 일시 실패(HEADLESS_UPSTREAM)로 나가 core 가 재시도를 낭비했다, dev 실측 렌더 2회
|
Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다. |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 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.
Situation
홉 상한 도달의 일시 실패 분류
hop_cap_hit필드 추가. 브라우저의 홉 상한 10 소진 표시HEADLESS_UPSTREAM일시 실패로 종결https://httpbingo.org/redirect/12Task
낭비 재시도 제거
TOO_MANY_REDIRECTS사용Action
홉 상한 도달 판정
hop_cap_hittrue 이고 쓸 HTML 보유 홉 0건이면 확정 실패HeadlessRenderResponse.hopCapHit·HeadlessRenderException.hopCapHit()·HttpHeadlessRenderer.renderVerified구버전 renderer 호환
hop_cap_hit없는 응답은 null 수용. 기존 경로 유지카탈로그 대조 테스트 등록 제외
escalatable축은 정적 fetch 경로 전용TOO_MANY_REDIRECTS의 permanent 대조는PageFetchException.tooManyRedirects로 이미 성립검증
Result
재시도 예산 절감
연관 이슈