Files
retoor 59c4f2fb7e
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
refactor: replace retry loop with infinite retry and remove max_retries parameter from proxy_request
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
..