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

[refactor] 회원가입 제출 로직에 멀티쓰레딩 적용 #5

Open
1 task
green-yoon87 opened this issue Jan 9, 2025 · 0 comments
Open
1 task

Comments

@green-yoon87
Copy link
Collaborator

green-yoon87 commented Jan 9, 2025

📌Issue

추가하려는 기능에 대해 간결하게 설명해주세요

현재 회원가입 제출 로직에서 하나의 쓰레드에서 4개의 테스크를 수행하고 있어 다음 페이지로 가는데 일정 딜레이가 발생하는 부분을 발견하였다. 이걸 해결하기 위해서 테스크를 2개 쓰레드로 분리하여 수행하는 것으로 수정하고자 한다.

✅작업 상세 내용

  • 회원가입에 멀티쓰레딩 적용
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

No branches or pull requests

1 participant