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

[feat] : 분산락 활용해 동시성 이슈 처리 #150

Merged
merged 20 commits into from
Mar 24, 2024

Conversation

hyun2371
Copy link
Member

@hyun2371 hyun2371 commented Mar 24, 2024

close #149

📑 작업 상세 내용

  • 동시에 입찰 못하도록 설정
  • Redisson 분산락 구현
  • 동시성 테스트

💫 작업 요약

  • redis 분산락 활용해 동시성 처리

@hyun2371 hyun2371 added the feat New feature or request label Mar 24, 2024
@hyun2371 hyun2371 requested a review from ParkJuhan94 March 24, 2024 04:30
@hyun2371 hyun2371 self-assigned this Mar 24, 2024
Copy link

Test Results

131 tests  +1   131 ✅ +1   2m 19s ⏱️ + 1m 47s
 34 suites +1     0 💤 ±0 
 34 files   +1     0 ❌ ±0 

Results for commit 63d8fe5. ± Comparison against base commit eb5c966.

Copy link
Contributor

@ParkJuhan94 ParkJuhan94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~

@hyun2371 hyun2371 merged commit 5bb10f7 into dev Mar 24, 2024
3 checks passed
@hyun2371 hyun2371 deleted the feat/#149/concurrency-issue-handle branch March 24, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] : 분산락 활용해 동시성 이슈 처리
2 participants