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

Member or Trip 삭제에 따른 트랜잭션 분리 메서드 비동기 처리 #747

Open
2 tasks done
jjongwa opened this issue Nov 6, 2023 · 0 comments
Open
2 tasks done
Assignees

Comments

@jjongwa
Copy link
Member

jjongwa commented Nov 6, 2023

🔨 Describe

image

지금 저희 상태: 색칠한 세 테이블에서 삭제 처리되면 삭제 완료 응답
-> 나머지 9개 테이블에 대한 삭제는 스레드 물고 계속 동기로 삭제중(이벤트 리스너 내부 로직들)

이렇게 이벤트 리스너 내부에서 동기 처리되고 있는 로직들을 비동기로 바꿔줄 예정입니다. (각각 다 다른 스레드에서 진행된다고 보면 됨)
바꾸고 나면 스레드 풀 조정에 의미가 생길지도..?

✅ Tasks

  • 이벤트 리스너 내 로직들 비동기 처리
  • 이벤트 리스너 테스트 수정

🙋🏻 More

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant