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 7efe6704b3 fix: DB 커넥션 풀 고갈 — pool_timeout 단축 + idle_in_transaction 자동 종료
외부 API 호출(yfinance, Alpaca) 중 DB 세션을 유지하는 구조로 인해
idle in transaction 커넥션이 쌓여 풀(50개) 고갈 → 서버 응답 불가.

- pool_timeout: 30s → 5s (풀 고갈 시 빠른 실패, 30s 행 방지)
- PostgreSQL idle_in_transaction_session_timeout: 90s 설정
  (90초 이상 방치된 트랜잭션 자동 종료)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
config.py feat: Form 4 내부자 거래 + Earnings Surprise + FINRA 확장 5 months ago
database.py fix: DB 커넥션 풀 고갈 — pool_timeout 단축 + idle_in_transaction 자동 종료 4 months ago
http_client.py perf: API 성능 개선 Round 2 — 9개 항목 (P6-P14) 5 months ago
overlay_config.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago