We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
유저의 출석 현황이 업데이트 될 때 유저 세션이 겹치는 문제가 있는 것으로 추정됩니다. A유저가 업데이트를 요청했을 때 B유저의 업데이트가 진행중이면 두 요청 모두 실패하는 문제가 있습니다.
이에 출석 현황 업데이트하는 작업을 큐잉하여 처리할 수 있도록 서비스 인프라를 분리합니다. https://docs.nestjs.com/techniques/queues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
유저의 출석 현황이 업데이트 될 때 유저 세션이 겹치는 문제가 있는 것으로 추정됩니다.
A유저가 업데이트를 요청했을 때 B유저의 업데이트가 진행중이면 두 요청 모두 실패하는 문제가 있습니다.
이에 출석 현황 업데이트하는 작업을 큐잉하여 처리할 수 있도록 서비스 인프라를 분리합니다.
https://docs.nestjs.com/techniques/queues
The text was updated successfully, but these errors were encountered: