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

동시성 제어 해결 #190

Merged
merged 4 commits into from
Jan 5, 2024
Merged

동시성 제어 해결 #190

merged 4 commits into from
Jan 5, 2024

Conversation

minsu20
Copy link
Member

@minsu20 minsu20 commented Jan 5, 2024

PR 타입

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 업데이트
  • 기타 사소한 수정

개요

  1. teamMember, boardRead를 저장할 때 연속으로 insert되는 문제 해결
  2. 슬랙 알림 (에러 관련)이 운영 서버에 관해서만 가게 수정

변경 사항

  1. teamMember, boardRead를 저장할 때 연속으로 insert되는 문제 해결
    -> 로직에는 중복 제거를 넣었는데, 동시성 문제 때문에 연속으로 같은 값이 insert됨 (락을 이용해 해결)

  2. 슬랙 알림 (에러 관련)이 운영 서버에 관해서만 가게 수정
    -> 로컬 서버에 관한 500에러는 슬랙 알림이 안가게 수정

@minsu20 minsu20 merged commit b5df456 into main Jan 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant