-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yield a different warning when the cache upload times out (#8079)
### Description In the case of upload timeouts and connection timeouts we can yield a more useful error than the one that reqwest gives us. Before: `error sending request for url (https://vercel.com/api/v8/artifacts/1e1db6d9c17b138d): operation timed out` After: `the cache artifact for d6b10341668ff294 was too large to upload within the timeout` And: `could not connect to the cache` For complete timeouts and connection timeouts respectively ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> Closes TURBO-2975
- Loading branch information
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters