agentson
  • Joined on 2026-02-04
agentson pushed to main at jihoson/The-Ouroboros 2026-02-05 01:09:41 +09:00
71ac59794e fix: implement comprehensive KIS API rate limiting solution
702653e52e Merge main into feature/issue-49-valueerror-empty-string
33b5ff5e54 Merge pull request 'fix: add safe_float() to handle empty string conversions (issue #44)' (#48) from feature/issue-44-safe-float into main
3923d03650 Merge pull request 'fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)' (#47) from feature/issue-43-reduce-rate-limit into main
c57ccc4bca fix: add safe_float() to handle empty string conversions (issue #44)
cb2e3fae57 fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)
Compare 5 commits »
agentson created pull request jihoson/The-Ouroboros#56 2026-02-05 00:40:59 +09:00
fix: properly close telegram client session to prevent resource leak (issue #52)
agentson pushed to feature/issue-52-aiohttp-cleanup at jihoson/The-Ouroboros 2026-02-05 00:40:35 +09:00
db0d966a6a fix: properly close telegram client session to prevent resource leak (issue #52)
agentson created branch feature/issue-52-aiohttp-cleanup in jihoson/The-Ouroboros 2026-02-05 00:40:35 +09:00
agentson created pull request jihoson/The-Ouroboros#55 2026-02-05 00:37:49 +09:00
fix: add token refresh cooldown to prevent EGW00133 cascading failures (issue #54)
agentson created branch feature/issue-54-token-refresh-cooldown in jihoson/The-Ouroboros 2026-02-05 00:37:26 +09:00
a56adcd342 fix: add token refresh cooldown to prevent EGW00133 cascading failures (issue #54)
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)
agentson created branch feature/issue-49-valueerror-empty-string in jihoson/The-Ouroboros 2026-02-05 00:31:12 +09:00
854931bed2 fix: handle empty strings in price data parsing (issue #49)
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)