Remote cache timeout #1993
-
I just want to make sure I'm understanding current constraints correctly on the remote caching functionality. I have an artifact that's roughly 60mb and I'm attempting to cache it on Vercel from my local machine. It never gets persisted due to hitting a 20s timeout via the Turborepo client. I'm just wanting to make sure that this is expected and that there isn't a way to change the timeout currently?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is possibly a DNS lookup failure? We do not set a custom timeout for asset upload; this has not yet received a response from the server. Here is the source of the error: All issues I see on the Internet reference a DNS configuration error. |
Beta Was this translation helpful? Give feedback.
This is possibly a DNS lookup failure? We do not set a custom timeout for asset upload; this has not yet received a response from the server.
Here is the source of the error:
https://github.com/golang/go/blob/f3c39a83a3076eb560c7f687cbb35eef9b506e7d/src/net/http/client.go#L721
All issues I see on the Internet reference a DNS configuration error.