-
Notifications
You must be signed in to change notification settings - Fork 619
add restore cache error handling #434
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
Conversation
restoreKey | ||
); | ||
try { | ||
const matchedKey = await cache.restoreCache( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we push this fix into restoreCache
from actions/cache
? That way everything that uses caching will handle 503s correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should push the fix into the actions/cache
package so everything gets fixed and is future-proofed
#448 will fix this |
Description:
This PR provides error handling for cache restore functionality.
Check list: