fix: 조회수 IP 중복방지 Redis 전환 (HPA pod 간 공유)#413
Merged
Merged
Conversation
카나리 배포+스모크 테스트 통과 후 텔레그램으로 커밋 메시지 + GitHub Actions 승인 링크를 전송. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 전역 preload-data를 hover에서 tap으로 변경하여 __data.json 과다 요청 방지 - 18개 컴포넌트의 개별 hover 속성 제거 (전역 tap 상속) - 홈페이지 celebration 중복 로드 제거 (layout에서 이미 로드)
4-12개 K8s pod이 각각 독립적인 인메모리 Map을 가지고 있어 새로고침 시 다른 pod으로 라우팅되면 조회수가 중복 증가하던 버그 수정. Redis SETEX (10분 TTL, vc: 접두사)로 전환하여 pod 간 상태 공유.
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.
Summary
vc:{ip}:{boardId}:{postId}, TTL 10분Test plan
pnpm build성공