You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a custom github action that uses the cache@v3 action to save some files to cache.
However, since today, it seems like saving the cache sometimes times out after two minutes! If I restart the action, my action works just fine, because it hits the cache. So even though the operation seems to fail on saving the cache, apparently it does actually save the cache?
As far as I can see the @V3 action also uses the new, non-deprecated cache API.
Could it be that githubs cache endpoints are a bit slow today?
Cache Size: ~21 MB (22243305 B)
Cache saved successfully
Cache saved with key: 92d55deadbeef
Error: The operation was canceled.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have a custom github action that uses the cache@v3 action to save some files to cache.
However, since today, it seems like saving the cache sometimes times out after two minutes! If I restart the action, my action works just fine, because it hits the cache. So even though the operation seems to fail on saving the cache, apparently it does actually save the cache?
As far as I can see the @V3 action also uses the new, non-deprecated cache API.
Could it be that githubs cache endpoints are a bit slow today?
Beta Was this translation helpful? Give feedback.
All reactions