Thank you very much Brian / Nick,

Today I updated my GAE SDK and Google Cloud SDK from latest - 1 to latest
version, then redeployed everything and it is working fine now!!

I'm using http.Get() and ioutil.ReadAll(response), because UrlFetch
restricts on the response size and timeout.

Thanks,
Roy

On Thu, Feb 11, 2016 at 12:12 PM, 'Brian Stark' via Google App Engine <
[email protected]> wrote:

> Hi Roy,
> I'm from support at GCP.  We checked your quota and it appeared to be
> properly set at (744MB).  Can you confirm that you've tried this in the
> last few hours?
>
> We also wanted to understand how you are communicating with the external
> source.  Are you using GAE URL Fetch or direct sockets from the VM to the
> remote host?  This may impact the speed.
>
> On Tuesday, February 9, 2016 at 11:17:40 PM UTC-8, Roy Palacios wrote:
>>
>>
>> Hello,
>>
>> I've been trying App Engine Managed VM with Go runtime in my project
>> *sanguine-form-95600*
>>
>> I have a Go Handler that downloads a 300MB file from an external source,
>> and, even though I have billing enabled, it's being downloaded at 380KB/s
>> (~22MB/min), which I understand is the default quota for free projects (
>> https://cloud.google.com/appengine/docs/quotas).
>>
>> Could you please check if this network quota is being correctly applied
>> for Managed VM? (shoudn't it be +740MB/min?)
>>
>> I have no problems with the same task in Java on Compute Engine.
>>
>> Thanks,
>> Roy
>>
>> ----------
>> Relevant Go source:
>>
>> response, err := http.Get(url)
>>
>> zipBody, err := ioutil.ReadAll(response.Body)
>> ----------
>>
>> I'm also getting 502 Bad Gateway error after 18 minutes (roughly when the
>> 300MB may have been downloaded). Probably a side effect...
>>
>>
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/g6R7xI9Fcgo/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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/8ea533fe-7920-4ffd-9128-5388e9f30535%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/8ea533fe-7920-4ffd-9128-5388e9f30535%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CA%2BhTChv%2BkHM%2BE%3DftR%2BStag_eAkhyXdfuMdBNUkiGBByALzH17w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to