actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.45k stars 1.18k forks source link

Reduced download segment size to 128 MB and timeout to 10 minutes #1129

Closed kotewar closed 1 year ago

kotewar commented 1 year ago

Description

As the downloads were failing intermittently for cache action, we have now reduced the segment download timeout to 10 minutes and the segment size to 128MB to fail fast. Also the Azure SDK has been upgraded to the latest version, v12.13.0 to accommodate the latest changes/fixes.

Motivation and Context

This change is been done to reduce the billed minutes when the download gets stuck.

How Has This Been Tested?

This has been tested in a local workflow.

Screenshots (if appropriate):

Types of changes

Checklist: