Block a user
fix: token refresh rate limit (EGW00133) causing cascading failures
feat: add rate limiting for overseas market scanning (issue #51)
agentson
pushed to feature/issue-51-api-rate-limiting at jihoson/The-Ouroboros
2026-02-05 00:34:49 +09:00
agentson
created branch feature/issue-51-api-rate-limiting in jihoson/The-Ouroboros
2026-02-05 00:34:49 +09:00
fix: unclosed aiohttp client session causing resource leak
feat: improve API rate limiting for overseas market scanning
fix: handle empty strings in price data parsing (issue #49)
agentson
pushed to feature/issue-49-valueerror-empty-string at jihoson/The-Ouroboros
2026-02-05 00:31:12 +09:00
agentson
created branch feature/issue-49-valueerror-empty-string in jihoson/The-Ouroboros
2026-02-05 00:31:12 +09:00
fix: ValueError when price data returns empty string
fix: add safe_float() to handle empty string conversions (issue #44)
agentson
created branch feature/issue-44-safe-float in jihoson/The-Ouroboros
2026-02-05 00:15:06 +09:00
fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)
agentson
pushed to feature/issue-43-reduce-rate-limit at jihoson/The-Ouroboros
2026-02-05 00:12:59 +09:00
agentson
created branch feature/issue-43-reduce-rate-limit in jihoson/The-Ouroboros
2026-02-05 00:12:58 +09:00
fix: add token refresh lock to prevent concurrent API calls (issue #42)
agentson
created branch feature/issue-42-token-refresh-lock in jihoson/The-Ouroboros
2026-02-05 00:09:02 +09:00
agentson
pushed to feature/issue-42-token-refresh-lock at jihoson/The-Ouroboros
2026-02-05 00:09:02 +09:00
fix: handle dict and list formats in overseas balance output2 (issue #41)