I've been trying everything I can think of to fix this with no luck.  Here 
are some things I tried:

   - deploying the exact code that previously deployed successfully
   - deployed into a new app engine project
   - increased cloud_build_timeout to 1200 (though I've read elsewhere that 
   >600 doesn't work)
   - maxed out all deadlines I could find and added the stuff below to my 
   app.yaml

My app doesn't do anything out of the ordinary.  The build requires 
compiling C code (e.g., Spacy, Numpy) but nothing too complicated.

Any advice would be greatly appreciated.

=====

readiness_check:
  check_interval_sec: 300
  timeout_sec: 299
  failure_threshold: 2
  success_threshold: 2
  app_start_timeout_sec: 1800

liveness_check:
  check_interval_sec: 300
  timeout_sec: 299
  failure_threshold: 2
  success_threshold: 2


On Friday, September 6, 2019 at 7:57:05 AM UTC-4, Jeff O'Neill wrote:
>
> I've been using GAE flex for about six months, and starting yesterday, I 
> get this error when deploying with gcloud app deploy:
>
> > ERROR: (gcloud.app.deploy) Error Response: [4] Flex operation
> > projects/MY-PROJECT/regions/us-central1/operations/xxx
> > error [DEADLINE_EXCEEDED]: An internal error occurred while processing
> > task
> > 
> /appengine-flex-v1/insert_flex_deployment/flex_create_resources>2019-09-04T21:29:03.412Z8424.ow.0:
> > Gave up polling Deployment Manager operation
> > MY-PROJECT/operation-xxx.
>
> I don't see any helpful info in my logs.
>
> The app runs fine locally and I haven't done any major code changes since 
> the a successful deploy a few days ago.
>
> I wonder if I have somehow inadvertently changed a setting.  I did turn 
> on Cloud Web Security Scanner, but I wouldn't expect that to cause the 
> problem.
>
> I set cloud_build_timeout to 600 (what I think is the default anyway) but 
> that didn't help.
>
> Any ideas how to fix this?  Should I set custom values for 
> initial_delay_sec or app_start_timeout_sec?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b76f0119-2acb-465b-b670-89a4c4d05947%40googlegroups.com.

Reply via email to