serverless-google-cloudfunctions icon indicating copy to clipboard operation
serverless-google-cloudfunctions copied to clipboard

Cloud Function API Call Quota exceded after invoking more than 16 times

Open karanrk opened this issue 6 years ago • 1 comments

To be specific it hits the API calls hard limit for the project

Quota  | Description | Limit  | Can be increased | Scope
API calls (CALL) | Calls to the "call" API | 16 per 100 seconds | No | 2 per project

According to google cloud documentation, we can't even increase this quota. Why is serverless using test function invocation to invoke functions within google cloud.

karanrk avatar Jun 06 '19 20:06 karanrk

I have a solution for this problem, but i need help in calling an API within serverless application, tried using request module seems to get ignored.

karanrk avatar Jun 28 '19 20:06 karanrk