beam
beam copied to clipboard
Check current quota before deploying to GCE
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.