4 Commits

Author SHA1 Message Date
72d36f01cb docs: Rate Limiting 해결 완료 문서 업데이트
- 상태:  해결 완료로 변경
- 최종 테스트 결과 추가 (429 정상 반환)
- Critical 이슈 목록에서 제거
- 2025-09-15 해결 완료

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:05:14 +09:00
95fe7a058a docs: Rate Limiting 테스트 결과 및 문제점 문서화
- 분당 20회 제한 정상 작동 확인
- 500 에러 반환 문제 발견 (429 반환해야 함)
- rate_limit_handler 수정 필요

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:44:15 +09:00
51aa4f033a docs: Rate Limiting 구현 세부사항 확인 완료
- redis==5.0.1, slowapi==0.1.9 버전 확정
- auth-redis 네트워크 연결 정보 확인 (appnet, 172.21.0.2)
- 미확인 사항 모두 해결

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:33:54 +09:00
1d4673f5ee docs: Rate Limiting 구현 방법 문서화
- /api/chat 엔드포인트 Rate Limiting 미구현 이슈 문서화
- 분당 20회 제한 정책 결정
- main.py 4줄 수정으로 구현 가능
- rate_limiter.py 신규 파일 생성 필요

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 14:31:34 +09:00