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 d4008924d9 fix: isolated thread에 독립적인 DB 엔진 생성
asyncpg 커넥션은 event loop에 바인딩됨. API의 AsyncSessionLocal을
다른 loop에서 사용하면 'Future attached to a different loop' 오류 발생.
→ build thread 내에서 전용 engine + session factory 생성.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
api fix: isolated thread에 독립적인 DB 엔진 생성 5 months ago
core feat: Form 4 내부자 거래 + Earnings Surprise + FINRA 확장 5 months ago
middleware perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
models feat: 백테스팅 유니버스 과거 시점 주식 스크리닝 (Historical Stock Universe) 5 months ago
schemas feat: 백테스팅 유니버스 과거 시점 주식 스크리닝 (Historical Stock Universe) 5 months ago
services fix: full force_rebuild 시 universe_snapshot 전체 삭제 5 months ago
utils perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
__init__.py Initial commit with full project improvements 5 months ago
main.py perf: API 성능 개선 Round 2 — 9개 항목 (P6-P14) 5 months ago