I'm finding that gcloud config set app/cloud_build_timeout is ignored? All 
my builds timeout after 10 mins. Does it still apply?

On Saturday, 17 February 2018 00:59:00 UTC+11, Todd Morrison wrote:
>
> You can now increase the build time, allowing for the docker image to 
> build for a longer amount of time, with: `gcloud config set 
> app/cloud_build_timeout 
> 2000`
>
> On Tuesday, April 5, 2016 at 11:01:46 PM UTC-5, Pankaj Kumar wrote:
>>
>> We have a custom runtime docker container that I deploy on google app 
>> engine. While running the command "gcloud preview app deploy app.yaml", I 
>> often get the following error but sometimes it goes through. I am not sure 
>> what deadline gets exceeded.
>> Where should I look to find the deadline that I am exceeding?
>>
>> Thanks
>>
>> ERROR: (gcloud.preview.app.deploy) Error Response: [4] DEADLINE_EXCEEDED
>>
>> npm ERR! Linux 3.19.0-51-generic
>> npm ERR! argv "/nodejs/bin/node" "/nodejs/bin/npm" "run" "deploy"
>> npm ERR! node v4.2.3
>> npm ERR! npm  v3.8.5
>> npm ERR! code ELIFECYCLE
>> npm ERR! DataCabinet@1.0.0 deploy: ` gcloud config set project 
>> datacabinet-backend && gcloud preview app deploy app.yaml`
>> npm ERR! Exit status 1
>> npm ERR! 
>> npm ERR! Failed at the DataCabinet@1.0.0 deploy script ' gcloud config 
>> set project datacabinet-backend && gcloud preview app deploy app.yaml'.
>> npm ERR! Make sure you have the latest version of node.js and npm 
>> installed.
>> npm ERR! If you do, this is most likely a problem with the DataCabinet 
>> package,
>> npm ERR! not with npm itself.
>> npm ERR! Tell the author that this fails on your system:
>> npm ERR!      gcloud config set project datacabinet-backend && gcloud 
>> preview app deploy app.yaml
>> npm ERR! You can get information on how to open an issue for this project 
>> with:
>> npm ERR!     npm bugs DataCabinet
>> npm ERR! Or if that isn't available, you can get their info via:
>> npm ERR!     npm owner ls DataCabinet
>> npm ERR! There is likely additional logging output above.
>>
>> npm ERR! Please include the following file with any support request:
>> npm ERR!     /datacabinet-backend/npm-debug.log
>>
>>

-- 
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/05861591-84bc-4414-869f-e28a18c909a4%40googlegroups.com.

Reply via email to