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! Go to 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:
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