Re: [google-appengine] Re: Minimize Frontend Instance Hours

2020-04-06 Thread Giuliano Ribeiro
In my case I included only this: automatic_scaling: max_instances: 1 This will make sure I will have an entire day on free tier. On Mon, Apr 6, 2020 at 8:09 PM Vitaly Bogomolov wrote: > Hi Matt > > >> automatic_scaling: >> max_instances: 1 >> min_instances: 0 >> > >

Re: [google-appengine] Re: Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-20 Thread Giuliano Ribeiro
Unfortunately I need to say the same. Nowadays, it seems Google is forcing us to use GKE or Cloud Run, as all the App Engine "magic" gone. I've been using App Engine my last 8years, and is clear, the Google strategy is not App Engine anymore. Giuliano Ribeiro Cloud and Software O

Re: [google-appengine] Cloudtasks handler auth in Go 1.12 standard env

2019-08-28 Thread Giuliano Ribeiro
I've done this filtering the request headers like described here: https://cloud.google.com/appengine/docs/standard/go112/scheduling-jobs-with-cron-yaml#validating_cron_requests Requests from the Cron Service will also contain a HTTP header: X-Appengine-Cron: true Giuliano Ribeiro On Wed

[google-appengine] Re: Back to GAE after some years

2018-08-22 Thread Giuliano Ribeiro
Hi Roberto, welcome back to GAE! I can give you my opinion for NDB part: It's only supported on Python 2.7 runtime, not anymore on python 3, which is the AppEngine 2nd generation (using gVisor). As they want to have a "pure" runtime in the 2nd generation, it will not be ported. Recommended to

[google-appengine] Re: python 3.7 standard runtime release schedule?

2018-08-08 Thread Giuliano Ribeiro
It seems to be launched right now: https://cloud.google.com/blog/products/gcp/introducing-app-engine-second-generation-runtimes-and-python-3-7 On Wednesday, August 8, 2018 at 6:30:16 PM UTC+1, Eric G wrote: > > Is there a document that describes the differences between Python 3 > standard and

Re: [google-appengine] Re: Google App Engine group

2018-08-06 Thread Giuliano Ribeiro
Yes, it is moderated. _ Giuliano On Mon, Aug 6, 2018 at 2:07 PM Steve Neal wrote: > Hi, > > Can you tell me if this group is moderated please? > > I've tried twice to post a question and it's not visible. > > Thanks, Steve. > > > -- > You received this message because you are

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-06 Thread Giuliano Ribeiro
7-06T17:14:45.895354407Z" > resource: {…} > textPayload: "2018-07-06 17:14:44.933:INFO:oejs.ServerConnector:Thread-1: > Stopped ServerConnector@43184193{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} > " > timestamp: "2018-07-06T17:14:44Z" > } > &

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-06 Thread Giuliano Ribeiro
Hi Yi, do you took a look on StackDrive logging? Any issues on the instances startup? On Friday, July 6, 2018 at 5:31:50 PM UTC+1, yi he wrote: > > Hello, > I met a issue. > Everything works fine at the begin of this week. In the middle of the > week, user reported can not access the

[google-appengine] Re: scheduling job using cron.xml in google app engine

2018-06-24 Thread Giuliano Ribeiro
Hi, have you read more about this here: https://cloud.google.com/appengine/docs/standard/java/config/cronref#custom I haven't found a example like you want and I guess it is not possible. Take a look on the documentation page. On Sunday, June 24, 2018 at 9:05:39 AM UTC+1, abhishek grover

[google-appengine] Re: Servidor hakeado

2018-06-24 Thread Giuliano Ribeiro
For all of you guys that are not understanding, this thread is in Brazilian portuguese and the problem is not related to App Engine. On Sunday, June 24, 2018 at 7:14:43 PM UTC+1, Giuliano Ribeiro wrote: > > Olá Raphaela, > então, realmente este não seria o local adequado, pois aqui

[google-appengine] Re: Servidor hakeado

2018-06-24 Thread Giuliano Ribeiro
Olá Raphaela, então, realmente este não seria o local adequado, pois aqui é o Forum do App Engine, plataforma como serviço do Google Cloud. Mas já te orientando, isso que aconteceu no seu servidor é uma prática chamada ransomware. Infelizmente se tu não tiver backup feito por ti mesmo, o

Re: [google-appengine] Servidor hakeado

2018-06-23 Thread Giuliano Ribeiro
Olá Raphaela, explique o que aconteceu. Pois o App Engine é serverless não acessamos o servidor. Está usando o standard out o flex? ___ Giuliano Ribeiro Em Sáb, 23 de jun de 2018 16:59, escreveu: > > Preciso de ajuda de vocês meu servidor foi hackeado e não sei oque

[google-appengine] Re: Migrate to Java 8 runtime

2018-06-01 Thread Giuliano Ribeiro
I faced it some time ago, you should not us the repackaged import. Just change the import to com.google.gson.* (and of course, include the gson lib on gradle) On Friday, June 1, 2018 at 2:25:16 PM UTC+1, Carlos Lee wrote: > > Thanxs for your help George. > > > I'm working on this migration

[google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-06-01 Thread Giuliano Ribeiro
er. > > Please check the env var and lmk if they work :) > > On Wednesday, May 30, 2018 at 6:39:05 AM UTC-7, Giuliano Ribeiro wrote: >> >> Hi Kai Wang, I'm using "cloud.google.com/go/datastore" >> As I read in the documentation this datastore package support

[google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-05-30 Thread Giuliano Ribeiro
> ? > Did it store locally before? > > You can email k...@google.com for further details :) > > > On Friday, May 25, 2018 at 9:04:42 AM UTC-7, Giuliano Ribeiro wrote: >> >> Really nice, but how to put it to work ? >> I'm using with Go, even setti

[google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-05-25 Thread Giuliano Ribeiro
Really nice, but how to put it to work ? I'm using with Go, even setting up to true, my app still saving data in the cloud. Thank you, On Wednesday, May 16, 2018 at 9:57:42 PM UTC+1, Steren Giannini wrote: > > Dear App Engine users, > > We are pleased to announce that the App Engine local