snpdb time_bucket은 tz-naive KST인데 UTC tzinfo를 강제 부여하여 incremental fetch WHERE time_bucket > %s 비교 시 미래 시간으로 해석, 항상 0 rows 반환 → 1h 어구 그룹이 점진적으로 소멸하는 버그. tz-naive 그대로 유지하도록 수정 (load_initial, merge_incremental 3곳). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| algorithms | ||
| cache | ||
| chat | ||
| data | ||
| db | ||
| models | ||
| pipeline | ||
| scripts | ||
| config.py | ||
| env.example | ||
| fleet_tracker.py | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| scheduler.py | ||
KCG Prediction Service
FastAPI 기반 예측 서비스 (향후 구현 예정)
실행
cd prediction
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload --port 8000
엔드포인트
GET /health- 헬스 체크