feat: add rate limiting for overseas market scanning (issue #51) #53
Reference in New Issue
Block a user
Delete Branch "feature/issue-51-api-rate-limiting"
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
Changes
asyncio.sleep(0.2)for overseas API callsBefore/After
Before:
Result: 0/6 stocks scanned successfully
After:
Result: 6/6 stocks scanned successfully, no EGW00201 errors
Performance Impact
Test Results
Implementation Notes
Closes #51
🤖 Generated with Claude Code