Skip to content

fix: PROCESSING 빌드도 업로드 토큰 재발급 허용 - #117

Open
ff1451 wants to merge 1 commit into
mainfrom
fix/t41a-allow-processing-token-retry
Open

fix: PROCESSING 빌드도 업로드 토큰 재발급 허용#117
ff1451 wants to merge 1 commit into
mainfrom
fix/t41a-allow-processing-token-retry

Conversation

@ff1451

@ff1451 ff1451 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

T-41b(홈페이지 쪽 구현) 설계 중 발견한 버그. 홈페이지 서버가 처리 도중 죽거나 웹훅 호출 자체가 실패하면 빌드가 PROCESSING에서 영영 못 벗어나 재시도가 막히는 사각지대가 있었다. 재업로드는 멱등하므로 PROCESSING에서도 토큰 재발급을 허용한다. ACTIVE는 여전히 막혀있다.

검증

AdminGameBuildIntegrationTest AC-9.15 갱신 — PROCESSING 재발급 허용, ACTIVE 재발급 409 둘 다 확인. 8개 전부 통과.

홈페이지 서버가 처리 도중 죽거나 웹훅 호출 자체가 실패하면 빌드가
PROCESSING에서 영영 못 벗어나 재시도가 막히는 사각지대가 있었다.
재업로드는 멱등하므로 PROCESSING에서도 재발급을 허용한다.
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 47 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 5b1b027d-d266-41be-8b56-51ed82ce930d

📥 Commits

Reviewing files that changed from the base of the PR and between faae6c1 and b2688b6.

📒 Files selected for processing (2)
  • src/main/java/com/bcsdlab/bcsdinternalapiv2/game/service/AdminGameBuildService.java
  • src/test/java/com/bcsdlab/bcsdinternalapiv2/game/AdminGameBuildIntegrationTest.java

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant