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

Poling translations infinite loop fix #200

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Commits on Jul 31, 2023

  1. Poling translations infinite loop fix

    If downloading translations fails due
    to reasons such as the inability to
    create the downloaded file
    the  "redirect" field in the
    response is empty and status is falied
    Based on backoff functionality, a request will be retried after
    1s, 1s, 1s, 2s, 3s, 5s, 8s, 13s and then after 13s forever
    To avoid this we can break the loop if status of task is failed
    
    Remove retries
    foteinigk committed Jul 31, 2023
    6 Configuration menu
    Copy the full SHA
    2e68793 View commit details
    Browse the repository at this point in the history