woowacourse-teams / 2024-corea

코드리뷰 매칭 플랫폼, CoReA
https://code-review-area.com/
13 stars 7 forks source link

[BE] QA 발생 중 발견한 버그 해결 #669

Closed jcoding-play closed 22 hours ago

jcoding-play commented 23 hours ago

✨ 세부 내용

Server exception [errorMessage = 403 rate limit exceeded: "{"message":"API rate limit exceeded for 43.203.252.130. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}<EOL>", cause = null,error =[org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:109), org.springframework.web.client.StatusHandler.lambda$defaultHandler$3(StatusHandler.java:86), org.springframework.web.client.StatusHandler.handle(StatusHandler.java:146), org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.applyStatusHandlers(DefaultRestClient.java:701...

Github API 호출 시 토큰을 지정하지 않아, rate limit 예외가 발생하여, 이를 수정합니다.

+ findParticipants가 결과가 없을 시 빈 배열을 반환하도록 수정합니다.

⏰ 예상 소요 시간

30분