Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: do not retry on bare HTTP 429 or HTTP 503 #486

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Commits on Jul 18, 2024

  1. chore: do not retry on HTTP 429 or HTTP 503

    Related to #470
    
    We prefer not to retry requests:
    - If the ingress return a "bare" 429, as the backend was not able to respond anyway.
    - If the ingress return a "bare" 503, to prevent possible self made ddos, and preventing a disaster recovery.
    jooola committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fbafb2e View commit details
    Browse the repository at this point in the history