googlearchive / cloud-functions-go

Unofficial Native Go Runtime for Google Cloud Functions
Apache License 2.0
423 stars 44 forks source link

Deployment failure without invisibility! #48

Open matt-mahdieh opened 4 years ago

matt-mahdieh commented 4 years ago

I have just started using Cloud function - go to create a new application. On my first deployment, It took more than 10 minutes and at the end showed me the following error:

ERROR: (gcloud.functions.deploy) OperationError: code=10, message=Operation interrupted.

I have a couple of issues with the deployment so far:

Would be great if someone can shed a light on this issue as I am currently stuck

ssttevee commented 4 years ago

I believe this was because of this incident: https://status.cloud.google.com/incident/cloud-functions/19008

matt-mahdieh commented 4 years ago

Thanks. Will give it a try again mate.