Conversation
- AWS EC2 성능상의 이슈로 통신이 원활하게 이루어지지 않을 경우에 대비한 에러코드 - 로그인 API에서 테스트용으로 추가
- 기존 방식: Google SMTP 방식을 사용해 개당 메일을 보내게 되어 전송 속도가 오래 걸림 - 변경 방식: Brevo 방식으로 변경해 전송 속도 개선 - 이전 속도: 5.18s (메일의 개수에 정비레해서 전송 시간이 올라감) - 변경 속도: 507.20ms (전송 프로토콜 갖추는데 오래걸리고 메일의 개수가 늘어나도 전송 속도는 조금씩 올라감)
Closed
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.
변경 전 (Google SMTP)
이메일 1개 전송 시간: 5.18s
이메일 2개 전송 시간: 10.61s
변경 후 (Brevo)
이메일 1개 전송 시간: 507.2ms
이메일 2개 전송 시간: 620.65ms
속도 개선 효과
Comment