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
..
api feat: /alpaca/intraday — 장 마감(16:00 ET) 후 당일 SIP 조회 허용 4 months ago
core fix: DB 커넥션 풀 고갈 — pool_timeout 단축 + idle_in_transaction 자동 종료 4 months ago
middleware fix: error_logs.path VARCHAR(500) → TEXT — 서버 응답 불가 해결 4 months ago
models fix: error_logs.path VARCHAR(500) → TEXT — 서버 응답 불가 해결 4 months ago
schemas feat: multi-ticker bulk bars endpoints + BF-B ticker normalization 4 months ago
services fix: fetch_and_store_bars() interval 컬럼 추가 + CHUNK 분할 4 months ago
utils perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
__init__.py
main.py perf: API 성능 개선 Round 2 — 9개 항목 (P6-P14) 5 months ago