Skip to content

Retry transient errors when downloading the Vale binary #77

Description

@adamtheturtle

The first vale invocation downloads the binary with a single urlopen() call. A GitHub Actions job received a transient HTTP 500 from the release asset while another concurrent job downloaded the same asset successfully: https://github.com/adamtheturtle/mypy-strict-kwargs/actions/runs/34820208110/job/103899833567

Please retry transient failures (such as 408, 429, 5xx, and network errors) a small number of times with bounded backoff.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions