diff --git a/troubleshooting/250908_headline_failure_memory_error.md b/troubleshooting/250908_headline_failure_memory_error.md index 5dee613..65d303b 100644 --- a/troubleshooting/250908_headline_failure_memory_error.md +++ b/troubleshooting/250908_headline_failure_memory_error.md @@ -186,6 +186,11 @@ done wait ``` +## 해결 조치 (2025-09-08) + +1. **에러 로깅 개선 적용**: `exc_info=True` 및 예외 타입 출력 추가 +2. **스케줄 시간 변경**: CompanyX 헤드라인을 09:00 → 09:10으로 변경 (리소스 경합 회피) + ## 교훈 1. **예외 처리 시 항상 타입 정보 포함**: `str(e)`만으로는 불충분