Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v1.2.1-alpha
핫픽스 : 가끔 뜨던 500 에러 조치
nginx가 가끔 다음과 같은 에러를 반환했었습니다.
로그를 확인해 본 결과, api 요청을 처리하기 전에 중간에서 트래픽 정보를 처리하는 TrafficFilter가 비동기식 처리를 수행할 때 에러를 일으키는 것으로 추정되었습니다.
따라서 TrafficFilter의 처리 방식을 비동기식에서 동기식으로 변경하였습니다.