What is the impact for CLoud functions
during deployment ? Does the function
become unavailable during deployment or any trigger
during this deployment time will fail ?
I can deploy using GCP Console
or by using below gcloud
command
gcloud functions deploy HelloWorld --source golang-samples-master/functions/codelabs/gopher --update-labels env=dev,name=automate --trigger-http --runtime go111
The cloud function still available during the deployment of a new version, it will continue accepting/processing request until the new deployment is completed successfully