Extremely slow cache on self-hosted from time to time
See original GitHub issueIt usually takes a few seconds to load the cache. But from time to time it takes a very long time. In my opinion, this has something to do with the slow operation of the Github API. But I can’t prove it yet.
I would like to have some transparency about what happens when the action returns a response like Received 0 of XXX (0.0%), 0.0 MBs/sec
. This will allow us to localize and solve the problem completely, or find a workaround.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:14
- Comments:20
Top Results From Across the Web
Add support for fast caching on github self-hosted runners ...
Run action download cache Since cached files are big, this makes files transfer speed time being > slower than the CPU cycles saved...
Read more >Caching is very slow for Node.JS projects - gitlab-runner
I've seen several issues reporting that the caching is too slow with large archives, and observed it myself, so I've put a little...
Read more >22 Ways To Speed Up A Slow Loading Website [2022]
Have a slow website? If your website is loading slow, you can speed it up by using faster hosting, page builders, plugins, and...
Read more >GitLab self-hosted webGUI, so slow... can't find anything to ...
I'm browsing to completely empty repositories and the load times can range from 8s-14s, the functional workload is it's not loading any content....
Read more >21 Reasons Your Website is Slow and How to Speed it Up
Using cache will help these items load much faster instead of having to be processed each time that page is accessed.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey, We are seeing this happening fairly regularly with our customers at BuildJet for GitHub Actions.
Most of the reports in this thread are from people self-hosting, but this issue doesn’t seem to be unique to self-hosting, the hosted runners have the same issue. I don’t know whether you have more insights into workflow runs that use native runners, but here is one example from Google Chrome Lighthouse where the
actions/cache@v3
step is failing exactly like described in this thread.As we have a lot of traffic running on our infrastructure, we really notice when bugs happen with commonly used actions, and we’d be more than happy giving providing you with insights into how users are failing. You can reach me at adam@buildjet.com
@vsvipul
There have been no problems in the last month.