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

fix: 비동기 스케쥴링 간 스케쥴러 레이스컨디션 #44

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

h-beeen
Copy link
Member

@h-beeen h-beeen commented Nov 29, 2024

기존 다건요청 0.7초 스케쥴러가 쓰레드 종속적으로 구현되면서,
다중 클라이언트 요청 환경에서 공유자원에 접근하면서 예외처리 발생.
0.7초 스케쥴링을 쓰레드 종속적이 아니라, 각 다건요청 별 0.7초 간격으로 요청하도록 구현

@h-beeen h-beeen added the hotfix label Nov 29, 2024
@h-beeen h-beeen self-assigned this Nov 29, 2024
@h-beeen h-beeen linked an issue Nov 29, 2024 that may be closed by this pull request
@h-beeen h-beeen merged commit 1c5b322 into develop Nov 29, 2024
3 checks passed
@h-beeen h-beeen deleted the bug/#41 branch November 29, 2024 02:28
@h-beeen h-beeen mentioned this pull request Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Bug]: 비동기 스케쥴링 간 레이스 컨디션
1 participant