Hi Nick,
I am having the same issue as Adam but I am using a nodejs Flex env. I have
the file you point to, what is the best email to get this to you? Thank you.
On Monday, February 6, 2017 at 10:40:48 AM UTC-8, Nick (Cloud Platform
Support) wrote:
>
> Just a quick update:
>
> As well, to avoid the timestamp filtering commands above, you could simply
> run the deployment with the --verbosity debug and --log-http flags and then
> run gcloud info to check for where the "latest log file" is stored, and
> upload that file. The output line telling its location will look like:
>
> Last Log File: [/home/anon/.config/gcloud/logs/2017.02.06/18.30.49.455744.log]
>
>
> On Monday, February 6, 2017 at 12:58:05 PM UTC-5, Nick (Cloud Platform
> Support) wrote:
>>
>> Hey Adam,
>>
>> Could you capture the deployment logs using the flags "--verbosity debug"
>> and "--log-http", piping this output into the "ts" utility to prepend a
>> timestamp to each line, and then email me the logs? I'll be able to analyze
>> what might be going on that way. On linux / Mac that will look like:
>>
>> gcloud --quiet --verbosity debug --log-http app deploy app.yaml --version
>> ${VERSION} 2>&1 | ts | tee -a deploy_log.txt
>>
>>
>> (tee is used so that you can still read the output as it hits the
>> console, and note that you'll have to put whatever version you want in the
>> command where ${VERSION} is written)
>>
>> On windows, you can use powershell to run the same command line after
>> creating the "ts" filter to prepend timestamps by running the following
>> line:
>>
>> filter timestamp {"$(Get-Date -Format s): $_"}
>>
>>
>> Cheers,
>>
>> Nick
>>
>> On Saturday, February 4, 2017 at 2:30:00 AM UTC-5, Adam Mathias
>> Bittlingmayer wrote:
>>>
>>> Yes, it is the Flex Env.
>>>
>>> Reviewing the container build logs, it does not seem deterministic. The
>>> total time varies, and the place in the process where multiple minutes pass
>>> between two log lines varies.
>>>
>>>
>>> On Friday, 3 February 2017 12:40:25 UTC-8, Nick (Cloud Platform Support)
>>> wrote:
>>>>
>>>> Hey Adam,
>>>>
>>>> Are you deploying a Flexible Environment app? If so, what do the
>>>> container builder logs from the Console show as far as activity during
>>>> this
>>>> time?
>>>>
>>>> Also, is this still occurring, or was it only for a certain period of
>>>> time? If it's transient, it might just be a momentary service degradation,
>>>> which for a Beta product is to be expected at this stage. When a product
>>>> goes into General Availability, we'll often have certain Service Level
>>>> targets in terms of latency, uptime, that you can rely on (for example,
>>>> read
>>>> here <https://cloud.google.com/compute/sla> for Compute Engine SLA's)
>>>>
>>>> Cheers,
>>>>
>>>> Nick
>>>> Cloud Platform Community Support
>>>>
>>>> On Thursday, February 2, 2017 at 9:02:29 AM UTC-5, Adam Mathias
>>>> Bittlingmayer wrote:
>>>>>
>>>>> Deployment with gcloud deploy app is slow (in the low dozens of
>>>>> minutes).
>>>>>
>>>>> The build is fast, it is the push steps that are slow.
>>>>>
>>>>> Both steps like Mounted from google_appengine/python and Updating
>>>>> service [test]...\ ie steps that are in the datacentre, not the
>>>>> upload itself.
>>>>>
>>>>> Thus the size of the code seems to have no effect, it is small enough
>>>>> in this case. It happens with both python 2 and 3.
>>>>>
>>>>> Is there a way to increase an allocation to speed this up? Are there
>>>>> other factors?
>>>>>
>>>>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/47f0bc40-1427-4db7-bd62-fb7e07a858d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.