msys2 / setup-msys2

GitHub Action to setup MSYS2
https://github.com/marketplace/actions/setup-msys2
MIT License
302 stars 40 forks source link

Cache service responded with 500 #183

Closed chronoxor closed 2 years ago

chronoxor commented 2 years ago

I have constantly returned cache service respond with error 500 for one of my projects:

Run msys2/setup-msys2@v2
Restoring package cache...
  Error: getCacheEntry failed: Cache service responded with 500

Other projects with same github actions work fine!

chronoxor commented 2 years ago

Looks like the issue in actions/cache - https://github.com/actions/cache/issues/698

lazka commented 2 years ago

I hit it once too getCacheEntry failed: connect ETIMEDOUT 13.107.42.16:443

Maybe we should be more forgiving in that case?

eine commented 2 years ago

I think it might have been some temporary reliability issue on GitHub's side. @chronoxor is it still happening?

Maybe we should be more forgiving in that case?

Is there an explicit way of filtering that error apart from string matching?

lazka commented 2 years ago

Maybe we should be more forgiving in that case?

Is there an explicit way of filtering that error apart from string matching?

Not sure. Since even official actions failed and this was a real problem on GH's end maybe we shouldn't after all.

chronoxor commented 2 years ago

The issue was fixed on actions/cache side! The issue can be closed. But I think it's good idea to continue somehow even if cache is not available.