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

Feature: 대기열 페이지에서 빠져나간 사용자와 대기한 사용자를 구분한다. #152

Merged
merged 6 commits into from
Aug 28, 2024

Conversation

hseong3243
Copy link
Collaborator

⛏ 작업 사항

  • 대기열 페이지에서 빠져나간 사용자를 구분하기 위한 로직을 추가했습니다.
  • 작업 공간으로 최초 이동 시 사용자의 작업 공간 만료 시간을 30초로 설정하도록 변경했습니다.
  • 사용자가 남은 순번 API 조회 시 남은 순번이 0이하인 경우 LastPolling 이벤트를 발행합니다.
  • LastPolling 이벤트를 소비하는 이벤트 리스너가 사용자의 작업 공간 만료 시간을 5분으로 변경합니다.

📝 작업 요약

  • 대기열 페이지에서 빠져나간 사용자의 만료 시간과 머무른 사용자의 만료 시간을 구분

💡 관련 이슈

@hseong3243 hseong3243 added the ✨ Feature 기능 구현 label Aug 28, 2024
@hseong3243 hseong3243 self-assigned this Aug 28, 2024
@hseong3243 hseong3243 merged commit cba18aa into main Aug 28, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feature/get-out-exit-member branch August 28, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: 대기열 페이지에서 빠져나간 사용자와 대기한 사용자를 구분한다.
1 participant