Closed JosephScript closed 3 years ago
@grayside, would you know the best way to triage/file this bug under? Thank you!
Greetings, and thanks for the issue! We generally keep this repository for npm module specific issues. A few places where you're going to have better luck for this one are:
Both of those will get you straight to the teams that build this stuff :)
Apologies if this isn't the right repo to post this, but I'm having problems deploying to Cloud Run (using Nodejs) via console with the new beta
--min-instances
flag.References: Cloud Run min instances: Minimize your serverless cold starts and Using minimum instances.
According to the documentation it is in Beta, so I have used the beta flag in my CLI command.
For example:
And I get the error:
This seems like a bug based on the documentation. I did notice the docs only reference
us-west1
but I see it in beta in the GCP Console in my region. I can manually go into the Console and set the minimum to any number I want, so I know it works with our account. Is there a step I'm missing?Thanks a bunch in advance. And we :heart: Cloud Run!