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

feat: WebClient 예외 핸들링 리팩터링, Timeout 예외 핸들링 추가 (#60) #61

Merged
merged 3 commits into from
Dec 30, 2023

Conversation

seokjin8678
Copy link
Contributor

관련 이슈

PR 세부 내용

이슈 내용대로 타임아웃 예외 핸들링 기능을 추가했습니다.
지금은 5초로 설정을 해뒀고, 나중에 로그를 확인하여 시간을 조절할 필요가 있을 것 같습니다.
또한, WebClient에 발생하는 중복된 코드(ex) handleConnectError())를 코틀린 확장 함수를 사용하여 제거하였습니다.

@seokjin8678 seokjin8678 added the ⚙️ 리팩터링 리팩터링에 관한 작업 label Dec 30, 2023
@seokjin8678 seokjin8678 requested a review from Laeng December 30, 2023 06:40
@seokjin8678 seokjin8678 self-assigned this Dec 30, 2023
@seokjin8678 seokjin8678 linked an issue Dec 30, 2023 that may be closed by this pull request
Copy link

Test Results

20 files  20 suites   3s ⏱️
62 tests 62 ✅ 0 💤 0 ❌
85 runs  85 ✅ 0 💤 0 ❌

Results for commit 4899ca4.

@Laeng Laeng merged commit 3a86a87 into dev Dec 30, 2023
3 checks passed
@Laeng Laeng deleted the feat/#60 branch December 30, 2023 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ 리팩터링 리팩터링에 관한 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: WebClient Timeout 예외 핸들링 추가
2 participants