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 1e9432a6e3 fix: exhibit/bulk에서 concurrent DB 세션 충돌 수정
asyncio.gather로 동시에 실행되는 exhibit 항목들이 단일 DB 세션을
공유하면서 "concurrent operations are not permitted" 에러 발생.

각 _fetch_one 태스크가 AsyncSessionLocal()로 독립 세션 사용하도록 수정.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
api fix: exhibit/bulk에서 concurrent DB 세션 충돌 수정 5 months ago
core chore: remove SQLite entirely, PostgreSQL only 5 months ago
middleware Initial commit with full project improvements 5 months ago
models feat(filings): add accepted_at field to filing search response 5 months ago
schemas perf: Phase 1-3 Stock Oracle API 성능 개선 5 months ago
services perf: Phase 1-3 Stock Oracle API 성능 개선 5 months ago
utils Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
__init__.py Initial commit with full project improvements 5 months ago
main.py feat(screener): add stock screener API with yfinance EquityQuery 5 months ago