agentson
  • Joined on 2026-02-04
agentson opened issue jihoson/The-Ouroboros#54 2026-02-05 00:35:38 +09:00
fix: token refresh rate limit (EGW00133) causing cascading failures
agentson created pull request jihoson/The-Ouroboros#53 2026-02-05 00:35:07 +09:00
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
eaf509a895 feat: add rate limiting for overseas market scanning (issue #51)
agentson created branch feature/issue-51-api-rate-limiting in jihoson/The-Ouroboros 2026-02-05 00:34:49 +09:00
agentson opened issue jihoson/The-Ouroboros#52 2026-02-05 00:32:42 +09:00
fix: unclosed aiohttp client session causing resource leak
agentson opened issue jihoson/The-Ouroboros#51 2026-02-05 00:31:53 +09:00
feat: improve API rate limiting for overseas market scanning
agentson created pull request jihoson/The-Ouroboros#50 2026-02-05 00:31:26 +09:00
fix: handle empty strings in price data parsing (issue #49)
854931bed2 fix: handle empty strings in price data parsing (issue #49)
agentson created branch feature/issue-49-valueerror-empty-string in jihoson/The-Ouroboros 2026-02-05 00:31:12 +09:00
agentson opened issue jihoson/The-Ouroboros#49 2026-02-05 00:27:06 +09:00
fix: ValueError when price data returns empty string
agentson created pull request jihoson/The-Ouroboros#48 2026-02-05 00:15:28 +09:00
fix: add safe_float() to handle empty string conversions (issue #44)
agentson pushed to feature/issue-44-safe-float at jihoson/The-Ouroboros 2026-02-05 00:15:06 +09:00
c57ccc4bca 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
agentson created pull request jihoson/The-Ouroboros#47 2026-02-05 00:13:15 +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
cb2e3fae57 fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)
agentson created branch feature/issue-43-reduce-rate-limit in jihoson/The-Ouroboros 2026-02-05 00:12:58 +09:00
agentson created pull request jihoson/The-Ouroboros#46 2026-02-05 00:09:22 +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
95f540e5df fix: add token refresh lock to prevent concurrent API calls (issue #42)
agentson created pull request jihoson/The-Ouroboros#45 2026-02-05 00:05:06 +09:00
fix: handle dict and list formats in overseas balance output2 (issue #41)