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.
동시 Alpaca intraday 요청이 50개 이상 쌓이면 BaseHTTPMiddleware의 task 스케줄링 오버헤드로 이벤트 루프가 응답불능 상태가 되는 현상 수정. - alpaca.py: _INTRADAY_SEMAPHORE(10) 추가 — /intraday, /intraday/today 양쪽 핸들러를 감쌈. 11번째 이후 요청은 세마포어 대기(비용 없음) - docker-compose.yml: --limit-concurrency 100 추가 — 100개 초과 시 uvicorn이 503 반환, health 엔드포인트 보호 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 | 5 months ago | |
| main.py | 5 months ago | |