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
강의 종료 시 CLOVA API가 호출되는데, 기존 코드에서는 응답 결과에 관계없이 한번 호출했었습니다.
만약 요청 자체가 잘못된 요청이라면 재요청 해도 실패하지만, timeout이나 서버의 문제라면 재시도를 해볼 수 있다.
The text was updated successfully, but these errors were encountered:
Merge pull request #308 from tmddus2/refactor/240228-clova-api
8b99a15
Refactor(#307): CLOVA API 호출 실패 시 재시도
tmddus2
No branches or pull requests
기존 문제점 설명
강의 종료 시 CLOVA API가 호출되는데, 기존 코드에서는 응답 결과에 관계없이 한번 호출했었습니다.
변경한 내용
만약 요청 자체가 잘못된 요청이라면 재요청 해도 실패하지만, timeout이나 서버의 문제라면 재시도를 해볼 수 있다.
The text was updated successfully, but these errors were encountered: