Replies: 4 comments
-
I tried to mark "Use HTTP/2 end-to-end" in Cloud Run configuration, but I got his error in my console after I did it: |
Beta Was this translation helpful? Give feedback.
-
Hi @saulohhh have you tried passing this variable here |
Beta Was this translation helpful? Give feedback.
-
My problem is not a turborepo limit. It's a Cloud Run limit when the application doesn't use http/2 |
Beta Was this translation helpful? Give feedback.
-
I found out that it's being discussed here: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Bug Report
I'm running the docker image in a Cloud Run but can upload significant artifacts. I got the error:
HTTP status client error (413 Payload Too Large)
I saw another turborepo-remote-cache implementation that it is caused by the usage of http1
They corrected it, changing it to http2
ThibautMarechal/turborepo-remote-cache#514
ThibautMarechal/turborepo-remote-cache#515
To Reproduce
Steps to reproduce the behavior:
Run the duckers docker image in a Cloud Run.
Try to upload something bigger than 32Mb
Expected behavior
No limits to artifact upload
Your Environment
Beta Was this translation helpful? Give feedback.
All reactions