Commit Graph

2 Commits

Author SHA1 Message Date
59c4f2fb7e refactor: replace retry loop with infinite retry and remove max_retries parameter from proxy_request
Some checks failed
CI / test (3.10) (push) Failing after 13s
CI / test (3.11) (push) Failing after 10s
CI / test (3.12) (push) Failing after 11s
CI / test (3.8) (push) Failing after 11s
CI / test (3.9) (push) Failing after 12s
CI / lint (push) Failing after 11s
CI / build (push) Failing after 10s
The retry logic in proxy_request is changed from a finite loop with max_retries to an infinite while loop that only retries on 5xx server errors or exceptions, removing the max_retries parameter and the fallback 503 error response.
2026-01-03 16:43:36 +00:00
8adaffe9f3 feat: add CI workflow, Dockerfile, tests, and project scaffolding for proxy server 2025-12-07 23:14:40 +00:00