简体   繁体   English

调用 Google Cloud 时出错 function - 超出限制

[英]Error calling Google Cloud function - limits exceeded

I am calling a GCP cloud function from salesforce, integration working fine, now I am getting the following error.我正在从 salesforce 调用 GCP 云 function,集成工作正常,现在出现以下错误。 It seems I have to increase the quota, but my billing account do not allow me to open a support case.看来我必须增加配额,但我的计费帐户不允许我打开支持案例。 It will cost me $29 for basic support.基本支持将花费我 29 美元。

Is there anyway I can increase the quote for my cloud function allocation myself?无论如何,我可以自己增加云 function 分配的报价吗?

You have temporarily exceeded a Cloud Shell limit.您暂时超出了 Cloud Shell 限制。 To increase or reset your quota, please file a support case要增加或重置您的配额,请提交支持案例

Any pointer is appreciated.任何指针表示赞赏。 I am stuck at this point.我被困在这一点上。

Thank you,谢谢,

As @John Hanley mentioned, To change the quota, you must have paid support and billing enabled for your project.正如@John Hanley 提到的,要更改配额,您必须为您的项目启用付费支持和计费。 You install the Google Cloud tools on a local system so that you are not consuming the Cloud Shell quota.您在本地系统上安装 Google Cloud 工具,这样您就不会消耗 Cloud Shell 配额。 You can read more at these link1 and link2您可以在这些link1link2阅读更多内容

You can request a higher quota limit as follows from the console:您可以从控制台请求更高的配额限制,如下所示:

  • Go to the Quotas page: Page Go 到配额页面: Page
  • Go to Quotas On the Quotas page, find the quota you want to increase in the Quota column. Go to Quotas 在Quotas页面,在Quota一栏找到你要增加的配额。
  • Select the checkbox to the left of your quota. Select 配额左侧的复选框。
  • Click create EDIT QUOTAS.单击创建编辑配额。 The Quota changes form displays.显示配额更改表单。
  • In the Quota changes form, enter the increased quota that you want for your project in the New limit field.在配额更改表单中,在新限制字段中输入您希望项目增加的配额。
  • Complete any additional fields in the form, and then click DONE.完成表单中的任何其他字段,然后单击完成。
  • Click SUBMIT REQUEST.单击提交请求。

All these steps are listed in the documentations所有这些步骤都列在文档

Viewing the quota increase request status: click_here查看配额增加请求状态: click_here

Maximum quota to be approved is 50 hours per week with Contacting Support and providing project-number, etc.要批准的最大配额是每周 50 小时,需要联系支持并提供项目编号等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM