Cloud Run Request Limit

风格不统一 提交于 2020-06-23 12:41:09

问题


Currently, Cloud Run has a request limit of 32 Mb per request, which makes it impossible to upload files like videos (which placed with no changes to GCP Storage). Meantime All Quotas page doesn't list this limitation as the one you can request an increase from support. So question is - does anyone know how to increase this limit or how to make it possible (uploading video and bigger files) to Cloud Run with given limitation?


回答1:


Google recommended best practice is to use Signed URLs to upload files, which is likely to be more scalable and reliable (over flaky networks) for file uploads:

see this url for further information: https://cloud.google.com/storage/docs/access-control/signed-urls




回答2:


As per official GCP documentation, the maximum request size limit for Cloud Run (which is 32 MB) cannot be increased.



来源:https://stackoverflow.com/questions/59209884/cloud-run-request-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!