feat: Daily 모드 ConnectionError 재시도 로직 추가 (#209) #223
Reference in New Issue
Block a user
Delete Branch "feature/issue-209-daily-connection-retry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
변경 내역
src/main.py_retry_connection(coro_factory, *args, label, **kwargs)헬퍼 추가run_daily_session()—get_current_price/get_overseas_price호출에 적용run_daily_session()—get_balance/get_overseas_balance호출에 적용continue로 해당 마켓 스킵 (다른 마켓은 처리 계속)tests/test_main.pyTestRetryConnection클래스 추가 (5개 테스트)Test plan
Closes #209
🤖 Generated with Claude Code