You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 409966a478 fix: error_logs.path VARCHAR(500) → TEXT — 서버 응답 불가 해결
멀티 티커 요청 URL이 500자를 초과하면서 error_logs INSERT가
StringDataRightTruncationError로 실패, 미들웨어에서 매 에러 응답마다
DB rollback 대기가 발생해 서버가 응답 불가 수준으로 느려졌음 (2562회 반복).

- error_logs.path: String(500) → Text (model + migration j1b2c3d4e5f6)
- request_logs.path: String(500) → Text (model + migration i0a1b2c3d4e5)
- docker-compose: alembic/ + alembic.ini 볼륨 마운트 추가
  (이전에는 컨테이너 내부에만 있어 마이그레이션 적용 불가)
- middleware: 요청마다 찍히던 logger.info → logger.debug 로 변경

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
__init__.py feat: 8-K filing parser — Item 추출 + event 생성 4 months ago
alpaca_price.py feat: AlpacaPriceData에 interval 컬럼 추가 — 일봉/분봉 DB 충돌 해결 4 months ago
attention.py perf: API 성능 개선 — 로그 분석 기반 6개 항목 수정 5 months ago
dividend_calendar.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
earnings_surprise.py feat: Form 4 내부자 거래 + Earnings Surprise + FINRA 확장 5 months ago
error_log.py fix: error_logs.path VARCHAR(500) → TEXT — 서버 응답 불가 해결 4 months ago
etf.py Initial commit with full project improvements 5 months ago
filing.py feat: 8-K filing parser — Item 추출 + event 생성 4 months ago
filing_event.py feat: 8-K filing parser — Item 추출 + event 생성 4 months ago
financial.py perf: API 성능 개선 — 로그 분석 기반 6개 항목 수정 5 months ago
finra_short_volume.py Add Alpaca-specific DB table and Redis caching for Alpaca/FINRA endpoints 5 months ago
fred_data.py Initial commit with full project improvements 5 months ago
insider_transaction.py feat: Form 4 내부자 거래 + Earnings Surprise + FINRA 확장 5 months ago
overlay_feature.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
overlay_raw_event.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
overlay_registry.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
request_log.py fix: error_logs.path VARCHAR(500) → TEXT — 서버 응답 불가 해결 4 months ago
universe_snapshot.py feat: 백테스팅 유니버스 과거 시점 주식 스크리닝 (Historical Stock Universe) 5 months ago