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

커넥션에 rate limit 적용 #94

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Conversation

onee-only
Copy link
Member

limits 라이브러리를 사용하여 connection의 메시지 발행에 rate limit을 걸었습니다.
단위 시간 당 N번 요청을 허용하는 방식입니다. 따라서 단시간에 폭발적으로 요청이 들어오는 것을 막지 못합니다.

@onee-only onee-only requested a review from byundojin December 29, 2024 07:21
byundojin
byundojin previously approved these changes Dec 29, 2024
@onee-only onee-only force-pushed the feature/conn-rate-limit branch from ea4aeaf to 74f009d Compare December 29, 2024 13:35
@onee-only onee-only merged commit b465f19 into develop Dec 29, 2024
1 check passed
@onee-only onee-only deleted the feature/conn-rate-limit branch December 29, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants