Nodejs Google App Engine Deploy Always Fails - Error Response: [4] Timed out waiting for the app infrastructure to become healthy.

274 views
Skip to first unread message

Oleksandr Oliynyk

unread,
Feb 19, 2018, 12:06:08 PM2/19/18
to Google App Engine
During last 3-5 days all builds for our app build upon nodejs flex environment failed with the error:

===
Error Response: [4] Timed out waiting for the app infrastructure to become healthy
===

`gcloud app deploy` is stuck at 'Updating service...' and after 15-25 minutes fails with the error.
Full error message:
===
Updating service [default] (this may take several minutes)...\DEBUG: Operation [apps/PROJECT_ID/operations/45d6fec1-9261-41d2-943a-648976b971ed] not complete. Waiting to retry.
Updating service [default] (this may take several minutes)...-DEBUG: Operation [apps/PROJECT_ID/operations/45d6fec1-9261-41d2-943a-648976b971ed] complete. Result: {
   
"metadata": {
       
"user": "EM...@gmail.com",
       
"target": "apps/PROJECT_ID/services/default/versions/release-0-6-3",
       
"@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1",
       
"insertTime": "2018-02-19T06:08:56.439Z",
       
"method": "google.appengine.v1.Versions.CreateVersion"
   
},
   
"done": true,
   
"name": "apps/PROJECT_ID/operations/45d6fec1-9261-41d2-943a-648976b971ed",
   
"error": {
       
"message": "Timed out waiting for the app infrastructure to become healthy.",
       
"code": 4
   
}
}
Updating service [default] (this may take several minutes)...failed.                                                                    
DEBUG
: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the app infrastructure to become healthy.
Traceback (most recent call last):
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py", line 797, in Execute
    resources
= calliope_command.Run(cli=self, args=args)
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/calliope/backend.py", line 757, in Run
    resources
= command_instance.Run(args)
 
File "/usr/lib/google-cloud-sdk/lib/surface/app/deploy.py", line 65, in Run
    parallel_build
=False)
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py", line 588, in RunDeploy
    flex_image_build_option
=flex_image_build_option)
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py", line 394, in Deploy
    extra_config_settings
)
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/appengine_api_client.py", line 188, in DeployService
    message
=message)
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/operations_util.py", line 246, in WaitForOperation
    sleep_ms
=retry_interval)
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/waiter.py", line 266, in WaitFor
    sleep_ms
=sleep_ms)
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/util/retry.py", line 222, in RetryOnResult
   
if not should_retry(result, state):
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/waiter.py", line 260, in _IsNotDone
   
return not poller.IsDone(operation)
 
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/operations_util.py", line 171, in IsDone
    encoding
.MessageToPyValue(operation.error)))
OperationError: Error Response: [4] Timed out waiting for the app infrastructure to become healthy.
ERROR
: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the app infrastructure to become healthy.

===

Does anyone face similar problem?
Any idea how to debug/solve it or what can cause it?

Cheers,
Alex

George (Cloud Platform Support)

unread,
Feb 19, 2018, 1:38:43 PM2/19/18
to Google App Engine
Hello Alex, 

This is a duplicate of your posting "Google App Engine Deployment Err Debug - Error Response: [4] Timed out waiting for the app infrastructure to become healthy.". You should follow developments on the other thread. It is more effective to concentrate efforts in one place. 

Oleksandr Oliynyk

unread,
Feb 20, 2018, 12:07:24 PM2/20/18
to Google App Engine
Hello,

yes, let's close this one.
Reply all
Reply to author
Forward
0 new messages