Thanks for looking into it.

ERROR: (gcloud.app.deploy) unrecognized arguments: --timeout=1000 (did you 
mean '--http-timeout'?) 

There's no --timeout argument for gcloud.app.deploy

Workaround I've found for app engine is to use the build command (which 
follows timeout config), and then deploy the image.

"gcloud builds submit --tag asia.gcr.io/... && gcloud app deploy app.yaml 
--image-url=asia.gcr.io/...",


On Tuesday, 16 July 2019 06:30:11 UTC+10, David Charles Martinez wrote:
>
> Hello Joshua,
>
> About “gcloud config set app/cloud_build_timeout“ command, please follow 
> this Google Issue Tracker <https://issuetracker.google.com/131889237> 
> where this issue will be investigated as I have confirmed the gcloud 
> command seems not to be working properly. As a workaround, you can try 
> using the [--timeout=DURATION] flag to change the timeout threshold which 
> should work properly at the moment of running the command.
>

-- 
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/57ef25b0-fe0f-466c-80a0-aaa0d6a5000d%40googlegroups.com.

Reply via email to