We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
지금 저희 상태: 색칠한 세 테이블에서 삭제 처리되면 삭제 완료 응답 -> 나머지 9개 테이블에 대한 삭제는 스레드 물고 계속 동기로 삭제중(이벤트 리스너 내부 로직들)
이렇게 이벤트 리스너 내부에서 동기 처리되고 있는 로직들을 비동기로 바꿔줄 예정입니다. (각각 다 다른 스레드에서 진행된다고 보면 됨) 바꾸고 나면 스레드 풀 조정에 의미가 생길지도..?
The text was updated successfully, but these errors were encountered:
jjongwa
Successfully merging a pull request may close this issue.
🔨 Describe
지금 저희 상태: 색칠한 세 테이블에서 삭제 처리되면 삭제 완료 응답
-> 나머지 9개 테이블에 대한 삭제는 스레드 물고 계속 동기로 삭제중(이벤트 리스너 내부 로직들)
이렇게 이벤트 리스너 내부에서 동기 처리되고 있는 로직들을 비동기로 바꿔줄 예정입니다. (각각 다 다른 스레드에서 진행된다고 보면 됨)
바꾸고 나면 스레드 풀 조정에 의미가 생길지도..?
✅ Tasks
🙋🏻 More
The text was updated successfully, but these errors were encountered: