Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Whats the 'max instance' limit for a Cloud Run function?

I need to know how much limit I can set for the 'max instance' for a Cloud Run Function. I see the default is 100. But how far can I set, suppose 200, 300, etc. Couldn't find anything in the Google Cloud documentation for the Cloud run function.

Solved Solved
0 2 324
1 ACCEPTED SOLUTION

You can set a maximum instances limit using either the Google Cloud CLI or the Google Cloud console. If you don't specify a limit, Cloud Run functions sets a default of 100. 

However, this limit is adjustable; you can request an increase in this quota if your application's requirements exceed the default setting.



Docs: 

 

View solution in original post

2 REPLIES 2

You can set a maximum instances limit using either the Google Cloud CLI or the Google Cloud console. If you don't specify a limit, Cloud Run functions sets a default of 100. 

However, this limit is adjustable; you can request an increase in this quota if your application's requirements exceed the default setting.



Docs: 

 

Thanks, got it, so the maximum instance limit we can set is 100. Also this document is helpful: https://cloud.google.com/run/docs/configuring/max-instances-limits

Top Labels in this Space
Top Solution Authors