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

[#321/Fix] 완료된 구독 기록을 갱신하는 문제 해결 #324

Merged
merged 5 commits into from
Aug 8, 2024

Conversation

belljun3395
Copy link
Collaborator

@belljun3395 belljun3395 commented Aug 8, 2024

🎫 연관 이슈

resolved: #321

💁‍♂️ PR 내용

  • 완료된 구독 기록을 갱신하는 문제 해결

🙏 작업

  • in을 2번 사용해서 갱신할 구독 기록을 필터링하다 보니 이런 문제가 발생하였습니다.

  • eq을 사용하고 batch로 한번에 업데이트 할 수 있도록 수정하였습니다.

  • 마지막 업데이트도 배치로 수정하였습니다.

🙈 PR 참고 사항

📸 스크린샷

image

image

receive.all이 된 것은 더 이상 기록이 갱신되지 않는 것 확인

image

배치로 쿼리가 나가는 것 확인

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@github-actions github-actions bot added the fix 기능을 고칠 때 사용됩니다 label Aug 8, 2024
Copy link
Member

@hun-ca hun-ca left a comment

Choose a reason for hiding this comment

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

넵 확인했습니다!

@belljun3395 belljun3395 merged commit 7733a7c into dev Aug 8, 2024
5 checks passed
belljun3395 added a commit that referenced this pull request Aug 9, 2024
* [Fix/#322] 멤버 구독 정보 조회 수정 (#323)

* [#325/Refactor] Validate Test 동작 조건 수정 (#326)

* [#321/Fix] 완료된 구독 기록을 갱신하는 문제 해결 (#324)

* [Refactor/#209] 테스트 컨테이너 및 액션 개선 (#327)

* [Fix/#333] main-dev 연결을 위한 이슈 (#334)

* [Fix/#333] main-dev 연결을 위한 이슈 v2

---------

Co-authored-by: 지훈 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능을 고칠 때 사용됩니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

구독이 완료된 구독자 progress 증가 하지 않도록 수정
2 participants