ERROR: (gcloud.app.deploy) Operation timed out. This operation may still be underway

52 views
Skip to first unread message

Dheeraj Sarwaiya

unread,
Feb 5, 2018, 5:10:07 PM2/5/18
to Google App Engine
HI,

I have been getting the same error when I try to deploy a docker image from gcr.io container registry at flex environment. In dockerfile I am installing opencv and dlib libraries. Below is my app.yaml and dockerfile attached. Kindly let me know how can I fix this. 


runtime: python
env
: flex
entrypoint
: gunicorn -b :$PORT main:app
service
: python


readiness_check
:

  path
: "/readiness_check"
  check_interval_sec
: 60
  timeout_sec
: 30
  failure_threshold
: 5
  success_threshold
: 5
  app_start_timeout_sec
: 3600


liveness_check
:
  path
: "/liveness_check"
  check_interval_sec
: 60
  timeout_sec
: 30
  failure_threshold
: 5
  success_threshold
: 5


manual_scaling
:
  instances
: 1
resources
:
  cpu
: 1
  memory_gb
: 3.75
  disk_size_gb
: 10


skip_files
:
 
- tmp/
 
- log/
 
- ^(.*/)?\.bak$



Dockerfile

Kenworth (Google Cloud Platform)

unread,
Feb 5, 2018, 7:54:29 PM2/5/18
to Google App Engine

Hi Dheeraj, a thread like this is off-topic for Google Groups. As it may potentially be a defect on the platform and most likely lead to a specific situation which may require some exchange of project information to reproduce the behavior you described, I highly encourage you to submit a defect report as described in this article so that proper attention and weight will be given to it. We monitor that issue tracker closely.


We look forward to this issue report.

Reply all
Reply to author
Forward
0 new messages