Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

게이트웨이 사용자 큐 등록 성능 최적화 #167

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Conversation

kimzinsun
Copy link
Collaborator

🎯 What is this PR

  • 사용자 큐 등록 성능 병목 현상 해결을 위한 구조 변경
  • 초기 사용자 등록 처리량 개선을 목표로 함

📄 Changes Made

  • 모든 사용자를 대기 큐(Wait Queue)로 우선 등록하도록 변경
  • 스케줄러를 통해 활성 큐(Active Queue)로 사용자 이동 로직 수정
  • 초기 등록 성능을 높이기 위한 단순화된 등록 프로세스 구현

🙋🏻‍ Review Point

  • 대기 큐 무제한 적재로 인한 메모리 압박 가능성
  • 잠재적 부작용: 대기 시간 증가, 시스템 반응성 저하
  • 초기 사용자 처리량 자체는 개선됐는데 그만큼 지연 시간이 생겨서 어떤 방법이 좋은 방법인지를 모르겠습니다 🥲

✅ Test

스크린샷 2024-11-21 17 20 35

🔗 Reference

Issue #163

@kimzinsun kimzinsun added the 🔨 Refactor 리팩토링 label Nov 21, 2024
@kimzinsun kimzinsun self-assigned this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant