0

I am calling a GCP cloud function from salesforce, integration working fine, now I am getting the following error. 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.

Is there anyway I can increase the quote for my cloud function allocation myself ?

You have temporarily exceeded a Cloud Shell limit. To increase or reset your quota, please file a support case

Any pointer is appreciated. I am stuck at this point.

Thank you,

Arup Sarkar
  • 931
  • 2
  • 9
  • 17
  • Cloud Shell is simply a cloud-based environment for running `gcloud` and related commands/actions, and it's not clear what action you're trying to take that's hitting a Cloud *Shell* limit. You may want to try installing the cloud tools to your local machine and then attempting the same deployment to Cloud Functions; if you have further details please [edit] your post. – nanofarad Dec 05 '22 at 04:06
  • 3
    The weekly usage quota is 50 hours per week. To change the quota, you must have paid support and billing enabled for your project. I recommend that you install the Google Cloud tools on a local system so that you are not consuming the Cloud Shell quota. You can read more at these links: https://cloud.google.com/shell/docs/quotas-limits and https://cloud.google.com/sdk/docs/install – John Hanley Dec 05 '22 at 04:12
  • I am now using google cloud cli in my local and testing my function locally which is working fine. I will be careful going forward. Is there a report I can see in my google cloud console to view my usage allocation total and consumed thus far. cc @nanofarad and John Hanley – Arup Sarkar Dec 05 '22 at 04:34
  • Details in my first link. **Click Session information and then click Usage quota. A dialog appears and displays the hours remaining in your quota, the total number of hours in your quota, and the date and time that the quota resets.**. – John Hanley Dec 05 '22 at 04:38

1 Answers1

1

As @John Hanley mentioned, To change the quota, you must have paid support and billing enabled for your project. You install the Google Cloud tools on a local system so that you are not consuming the Cloud Shell quota. You can read more at these link1 and link2

You can request a higher quota limit as follows from the console:

  • Go to the Quotas page: Page
  • Go to Quotas On the Quotas page, find the quota you want to increase in the Quota column.
  • Select the checkbox to the left of your quota.
  • 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

Maximum quota to be approved is 50 hours per week with Contacting Support and providing project-number, etc.

Rohit Kharche
  • 2,541
  • 1
  • 2
  • 13