beam icon indicating copy to clipboard operation
beam copied to clipboard

Check current quota before deploying to GCE

Open dimaopen opened this issue 2 years ago • 0 comments

At Google Cloud Platform If there's not enough CPU quota no errors returned to the user when they want to create a new instance.

We could check quota before creating an instance in our deploy_beam cloud function. If there's not enough quota then we need to return an appropriate message to the end user.

dimaopen avatar Feb 27 '23 12:02 dimaopen