[Code 개선] #10. [LLM] Tenacity 도입을 통한 API 호출 재시도(Retry) 및 지수 백오프 구현 #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. 목표
일시적인 네트워크 순단이나 LLM API의 일시적인 과부하(Rate Limit) 상황에서 작업을 포기하지 않고 자동으로 재시도하여 서비스 신뢰도를 높입니다.
2. 상세 원인 및 배경
Original: Kyeongmin/test#40