3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-09-05 02:57:45 +00:00

Implement timeouts and retries logic

This commit is contained in:
MOZGIII 2022-09-04 18:50:24 +04:00
parent 20b9201e8a
commit e7d31ca62b
5 changed files with 88 additions and 2 deletions

View file

@ -14,6 +14,12 @@ inputs:
workspaces:
description: "Paths to multiple Cargo workspaces and their target directories, separated by newlines"
required: false
maxRetryAttempts:
description: "The amount of attempts to retry the network operations after retriable errors"
required: false
timeout:
description: "The timeout for the networking operations"
required: false
cache-on-failure:
description: "Cache even if the build fails. Defaults to false"
required: false