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/#384] 구독 중복 신청 방지 위한 락 구현 #387

Merged
merged 6 commits into from
Sep 9, 2024

Conversation

belljun3395
Copy link
Collaborator

🎫 연관 이슈

resolved: #384

💁‍♂️ PR 내용

  • 구독 중복 신청 방지

🙏 작업

  • 구독 테이블에 유니크 조건이 제거되어 중복 구독 신청이되는 문제를 발견하였습니다.
스크린샷 2024-09-04 오전 10 41 37
  • 네임드 락을 사용하여 해당 문제를 해결하였습니다.

🙈 PR 참고 사항

📸 스크린샷

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@belljun3395 belljun3395 requested a review from hun-ca as a code owner September 8, 2024 13:00
@github-actions github-actions bot added config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 feature 새로운 기능을 만들 때 사용됩니다 labels Sep 8, 2024
@belljun3395 belljun3395 force-pushed the feat/#384_belljun3395 branch from a646f61 to 1d0f651 Compare September 9, 2024 03:55
@belljun3395 belljun3395 changed the title [Feat/#384] 구독 중복 신청 방지 [Feat/#384] 구독 중복 신청 방지 위한 락 구현 Sep 9, 2024
@belljun3395 belljun3395 merged commit 9fdce8d into dev Sep 9, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 feature 새로운 기능을 만들 때 사용됩니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

구독 중복 신청 방지
1 participant