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 27990ea908 fix: _CHUNK 1500→1200 — asyncpg 32767 param limit 방지
26 cols × 1500 = 39000 > 32767로 MSTR/COIN/META/GOOGL 등 대형 filer에서 batch insert 실패.
26 cols × 1200 = 31200으로 안전하게 유지.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
api feat: /form4 auto-fetch fallback + targeted backfill 지원 4 months ago
core fix: Form 4 buy_only=P-only + 10분기 backfill 설정 4 months ago
middleware fix: 서버 안정성 종합 — BaseHTTPMiddleware 제거 + gc.collect() + Semaphore(5) 4 months ago
models feat: SEC Form 4 PIT + SC 13D/G activist ownership API 4 months ago
schemas feat: /form4 auto-fetch fallback + targeted backfill 지원 4 months ago
services fix: _CHUNK 1500→1200 — asyncpg 32767 param limit 방지 4 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 feat: SEC Form 4 PIT + SC 13D/G activist ownership API 4 months ago