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:
parent
20b9201e8a
commit
e7d31ca62b
5 changed files with 88 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue