Is there a way to set this configuration in Cloud Build? I can work around 
the problem by triggering builds locally, but builds triggered by our CI 
process, e.g. tagging a branch, are timing out.



On Wednesday, April 8, 2020 at 5:14:15 AM UTC-7, Shai Ben-Tovim wrote:
>
> Hi Keon,
>
> This is exactly what I did (extend the deploy timeout) to work around the 
> problem for now.
>
> Shai
>
>
> On Wednesday, April 8, 2020 at 12:14:05 AM UTC+3, K. Ripping wrote:
>>
>> Hi Shai,
>>
>> As a workaround for the timeout issue, you can use following fix in your 
>> terminal:
>>
>> *gcloud config set app/cloud_build_timeout [ENTER SECONDS]*
>>
>> eg. i've set the timeout to 1200s, which should be enough.
>>
>> This doesn't however solve the fact that the server that is building the 
>> app is working with an old version of Python and thus PIP and Setuptools.
>>
>> Anyone who can help us fix that?
>>
>> Koen
>>
>> On Tuesday, 7 April 2020 20:59:39 UTC+2, Shai Ben-Tovim wrote:
>>>
>>> Hi David,
>>>
>>> It seems the problem is that the GAE Cloud Build process timesout and 
>>> hence the Error Response: [4] DEADLINE_EXCEEDED.
>>>
>>> One of the python google-cloud packages (probably pubsub) is trying to 
>>> pull this package: grpcio.
>>> The problem is that the grpcio package was updated a few days ago (April 
>>> 3rd) to ver 1.28 <https://pypi.org/project/grpcio/1.28.1/#files>.1 that 
>>> doesn't have a pre-compiled wheel version for the base GAE flex python 
>>> image.
>>> This results in the grpcio package being compiled from source during the 
>>> GAE service deploy which takes well over 8 minutes causing the whole 
>>> process to time out (seems the default timeout is 10 min)
>>> I understood this is only happening now because in the past (before 
>>> April 3rd) grpcio ver 1.27.1 was pulled and it does have a compiled wheel.
>>>
>>> Shai
>>>
>>>
>>>
>>> On Tuesday, April 7, 2020 at 8:57:40 PM UTC+3, David (Cloud Platform 
>>> Support) wrote:
>>>>
>>>> “google-auth 1.13.1 has requirement setuptools>=40.3.0, but you'll have 
>>>> setuptools 39.1.0 which is incompatible” and “You are using pip version 
>>>> 10.0.1, however version 20.0.2 is available” are warning messages that 
>>>> show 
>>>> up as the version for these libraries are updated gradually and might not 
>>>> always be on the latest version. However, it should not produce any issues 
>>>> at the moment of deploying or any issues with the application itself.
>>>>
>>>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e0de81f2-8a77-43d3-bc06-027546ff7882%40googlegroups.com.

Reply via email to