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

Sometimes timeouts when downloading the installer #264

Open
lazka opened this issue Nov 13, 2022 · 3 comments
Open

Sometimes timeouts when downloading the installer #264

lazka opened this issue Nov 13, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@lazka
Copy link
Member

lazka commented Nov 13, 2022

Over the last 2 weeks we get this occasionally:

Downloading MSYS2...
  connect ETIMEDOUT 185.199.110.133:443
  Waiting 12 seconds before trying again
  connect ETIMEDOUT 185.199.110.133:443
  Waiting 14 seconds before trying again
  Error: connect ETIMEDOUT 185.199.110.133:443

Example: https://github.com/msys2/msys2-tests/actions/runs/3453702969/jobs/5764508819

I wonder if we should store it in the cache as well to make this less likely.

@jeremyd2019
Copy link
Member

jeremyd2019 commented Nov 13, 2022

I had a little hope that putting it in the "tool cache" might help (like, maybe once a new hosted image is updated, they might include it in the default tool cache), but I guess the "tool cache" only helps self-hosted?

I do know that the github cache service seems to be a real pain for my self-hosted runner (with not great internet), it tends to frequently (like every time if the cache is large) time out trying to upload to it

@lazka
Copy link
Member Author

lazka commented Nov 13, 2022

Maybe we can use three layers: tool cache -> github cache -> github download -> fail

@jeremyd2019
Copy link
Member

Reminds me of #145 (comment)

@eine eine added the enhancement New feature or request label Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants