docs(troubleshooting): coldmail_processor metadata 포함 및 헬스체크 성공 반영 (d166743)

This commit is contained in:
Claude-51124 2025-10-23 11:25:54 +09:00
parent d2cf177bd9
commit e0ec49439f

View File

@ -58,12 +58,10 @@
- 서비스 코드 변경: - 서비스 코드 변경:
- `app/services/workflows/coldmail_workflow.py`: HOLD(초안) 라벨·누락지표 표기 추가 - `app/services/workflows/coldmail_workflow.py`: HOLD(초안) 라벨·누락지표 표기 추가
- `app/brain/decision_engine.py`: 설명/이유/밸류/30억 패턴 추가(UNKNOWN 방지) - `app/brain/decision_engine.py`: 설명/이유/밸류/30억 패턴 추가(UNKNOWN 방지)
- 커밋: `c8026b1` (main) — Gitea Actions 자동 배포 트리거 - `app/services/coldmail_processor.py`: processed_results에 `valuation_result.metadata` 포함 (HOLD/누락지표 전달)
- 원격 헬스체크: 외부 네트워크에서 `http://192.168.219.52:8001/health` 직접 접근 불가(HEALTH_UNREACHABLE) - 커밋: `c8026b1`, `d166743` (main) — Gitea Actions 자동 배포 트리거
- 서버 내 점검 가이드(51124): - 서비스 헬스체크: `curl -sf http://192.168.219.52:8001/health` → healthy 확인
- `ss -tlnp | grep 8001` - 서버 내 점검 가이드(51124): `curl -sf http://localhost:8001/health`, `docker compose ps`, `docker logs rb8001 --tail 100`
- `curl -sf http://localhost:8001/health`
- `docker ps | grep rb8001 && docker logs rb8001 --tail 100`
--- ---