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

[BUG] 출석 현황 업데이트시 유저 세션이 겹치는 문제 수정 #26

Open
1 task
therealjamesjung opened this issue Apr 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@therealjamesjung
Copy link
Contributor

therealjamesjung commented Apr 15, 2024

유저의 출석 현황이 업데이트 될 때 유저 세션이 겹치는 문제가 있는 것으로 추정됩니다.
A유저가 업데이트를 요청했을 때 B유저의 업데이트가 진행중이면 두 요청 모두 실패하는 문제가 있습니다.

이에 출석 현황 업데이트하는 작업을 큐잉하여 처리할 수 있도록 서비스 인프라를 분리합니다.
https://docs.nestjs.com/techniques/queues

  • 동시에 여러 사용자가 업데이트 요청을 해도 모든 요청 정상적으로 처리
@therealjamesjung therealjamesjung added the bug Something isn't working label Apr 15, 2024
@therealjamesjung therealjamesjung changed the title [BUG] 출석 현황 업데이트시 유저 세션이 겹치는 오류 수정 [BUG] 출석 현황 업데이트시 유저 세션이 겹치는 문제 수정 Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant