[Code 개선] #26. [Ops] 서비스 가용성 체크를 위한 상세 /health 엔드포인트 구현 #20
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. 목표
단순히 서버가 켜져 있는지 확인하는 것을 넘어, 데이터베이스, 파일 시스템, 외부 API(LLM)와의 연결 상태를 종합적으로 진단하는 관리자용 엔드포인트를 구축합니다.
2. 상세 원인 및 배경
Original: Kyeongmin/test#56