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.
외부 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 | 4 months ago | |
| core | 4 months ago | |
| middleware | 4 months ago | |
| models | 4 months ago | |
| schemas | 4 months ago | |
| services | 4 months ago | |
| utils | 5 months ago | |
| __init__.py | ||
| main.py | 5 months ago | |