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 59f78cd3ee fix: OOM → zombie worker 근본 수정 + 대량 스캔 방어 벡터 추가
- docker-compose: uvicorn --reload 제거 (PID 1 직접 실행) + mem_limit 2g→3g
  → OOM 시 컨테이너 종료 → restart:unless-stopped가 자동 복구
- /attention/event: Semaphore(8) + 10s fast-fail + wiki collector rate limit
- wiki_collector: Semaphore(2) + 0.25s min-interval + 429 log-burst 억제
- /filings/events: Semaphore(4) + 10s fast-fail (SEC HTML 다운로드 벡터 차단)
- sec_http_client: CIK 조회 실패 negative cache (1h) — 10MB dict 반복 스캔 제거

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
__init__.py Initial commit with full project improvements 5 months ago
alpaca.py fix: 대량 스캔 시 서버 사망 방지 — 세마포어 fast-fail + limit-concurrency 조정 4 months ago
attention.py fix: OOM → zombie worker 근본 수정 + 대량 스캔 방어 벡터 추가 4 months ago
catalog.py Initial commit with full project improvements 5 months ago
database.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
dividends.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
earnings.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
error_logs.py chore: remove SQLite entirely, PostgreSQL only 5 months ago
etf.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
filings.py fix: OOM → zombie worker 근본 수정 + 대량 스캔 방어 벡터 추가 4 months ago
financial.py perf: API 성능 개선 — 로그 분석 기반 6개 항목 수정 5 months ago
finra.py feat: Form 4 내부자 거래 + Earnings Surprise + FINRA 확장 5 months ago
fred.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
health.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
insider.py feat: Earnings Surprise를 SEC XBRL로 전환 + Insider/FINRA 과거 데이터 확장 5 months ago
migration.py Initial commit with full project improvements 5 months ago
news.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
overlay.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
price.py fix: GET /price/data — Alpaca → yfinance 교체 + bulk end_date 버그 2건 수정 4 months ago
request_logs.py feat: request log 상태코드 범위 필터 추가 (min/max_status_code) 4 months ago
screener.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
stocks.py docs: 데이터 보유 범위 및 백필 가이드 추가 5 months ago
universe.py fix: isolated thread에 독립적인 DB 엔진 생성 5 months ago