Re: [google-appengine] Controlling costs

2019-12-30 Thread Kaan Soral
No, don't report it just yet, also I don't agree with Vitaly's advice of always keeping an idle instance - in addition to your setting, if you set a "min_pending_latency" and DON'T set a "max_pending_latency" - you'll get the minimal costs, "max_pending_latency" is like saying "Oh my god there's

[google-appengine] Re: if i deploy php app in gcp app engine, Iam getting the following error: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /

2019-12-30 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, Can you provide the code that connects to gcp mysql in app engine? Maybe it's something simple. -- 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 goo

[google-appengine] Re: https default appengine URL not working

2019-12-30 Thread Vikas
The same group was posted as a reference link in Google documentation, to reach out for support. Anyhow, looks there is some wait time if a there is build error, the issue is resolved now, i'm able to access https URL too. Thanks, -Vikas. On Monday, 30 December 2019 23:42:48 UTC+5:30, Elliott (

[google-appengine] Re: unable to browse default instance as https url

2019-12-30 Thread Vikas
Though not aware of the root cause, the issue is resolved now, i'm able to access https url too. Looks like there is some wait time, if there is build issue, irrespective of its resolution. it would be nice if i could know how i could flush and restore the traffic by configuration. Thanks, -Vi

Re: [google-appengine] Controlling costs

2019-12-30 Thread Joshua Smith
So the theory is that if you set max_idle_instances to 0 it gets ignored, but at 1 it is obeyed? That’s plausible. I wish google would document this. Anyway, I’ll try this and report back… -Joshua > On Dec 30, 2019, at 4:41 PM, Vitaly Bogomolov wrote: > > my advice is the same. > > automat

Re: [google-appengine] Controlling costs

2019-12-30 Thread Vitaly Bogomolov
> > Seems I celebrated too soon. Looking at the logs for the past few days, it > seems I have a pretty consistent 2 idle instance, despite my > max_idle_instances set to zero. > > My app.yaml has: > > runtime: python27 > api_version: 1 > threadsafe: yes > > automatic_scaling: > max_idle_instan

[google-appengine] Re: Cannot emulate Bottle API with available dev_appserver.py Options

2019-12-30 Thread 'George (Cloud Platform Support)' via Google App Engine
It looks as if you are looking for the following command: dev_appserver.py [PATH_TO_YOUR_APP] , assuming you are in Standard Environment. Related detail is to be found on the "Using the Local Development Server" documentation page

[google-appengine] Re: unable to browse default instance as https url

2019-12-30 Thread 'Julie (cloud platform support)' via Google App Engine
Sounds like there an issue with the SSL configurations with your custom domain so please verify a managed certificate has been provisioned

[google-appengine] Re: Где-то видел телефон службы поддержки, кто подскажет может?

2019-12-30 Thread 'Julie (cloud platform support)' via Google App Engine
If I understand you issue you would like the phone numbers for Cloud support which is available here for users with Gold or Platinum support packages. Otherwise please confirm the issue in English as that is the language we provide support

[google-appengine] Re: https default appengine URL not working

2019-12-30 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, Google Groups is meant to discuss general Google Products and share opinions. I think you could get better help with your technical question from our programming community at Stackoverflow . -- You received this message because you are subscribed to the Goog

[google-appengine] Re: webapp2 maintenance

2019-12-30 Thread 'Shawn Wu' via Google App Engine
Hello Remko, To provide the best effort to help the issue, I reached out to the team internally by email to express your interest in having your PR request [1] approved. However, please keep in mind that the PRs might take some time to be reviewed before approval. We cannot promise each PR w

[google-appengine] Re: Creating Cron Job With Kotlin's Ktor

2019-12-30 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Adam, As Google Groups is meant to generally discuss Google products, I would suggest continuing your search in a technical forum here as you’ve already done. -- You received this message because you

[google-appengine] Re: App is listening on port 8080. We recommend your app listen on the port defined by the PORT environment variable to take advantage of an NGINX layer on port 8080.

2019-12-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Kevin, In fact, listening to the PORT environment variable in your app still constitutes good practice. You should try using this environment variable in your code, referring to the "Node.js Runtime Environment" documentation page

[google-appengine] Re: Cloudflare 522 on GCH Wordpress Website - please help.

2019-12-30 Thread 'Степан Семчёнок' via Google App Engine
Error 522 means Connection timed out суббота, 23 ноября 2019 г., 17:01:22 UTC+7 пользователь Simon Lewis написал: > > > Hi there. > > We are about to point our domain over to GCH. We set it up with a > temporary domain so we could build it and migrate the content over. > > That's done and form

[google-appengine] Где-то видел телефон службы поддержки, кто подскажет может?

2019-12-30 Thread 'Степан Семчёнок' via Google App Engine
Где-то видел телефон службы поддержки, кто подскажет может? -- 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. T

[google-appengine] Re: Can't remove a Domain I no longer own.

2019-12-30 Thread 'Степан Семчёнок' via Google App Engine
Think Google should give you this right четверг, 19 декабря 2019 г., 15:14:54 UTC+7 пользователь Thomas Marban написал: > > Trying to delete a mapped GAE domain I no longer own but I'm getting a > permission denied error. Removing it from the Webmaster console wouldn't > work either since it's

[google-appengine] unable to browse default instance as https url

2019-12-30 Thread Vikas
Hello All, I'm new to GCP and got struck with a strange issue with my nodejs application. https://vikas-tradeassist.appspot.com <-- not accessible http://vikas-tradeassist.appspot.com <-- is active. same code base is working fine if i deploy it as separate service. Just before i landed in this

[google-appengine] Creating Cron Job With Kotlin's Ktor

2019-12-30 Thread Adam Hurwitz
Hi AppEngine Community, 👋 *Is there a way to run Cron Jobs with Ktor ?* I'm currently hosting multiple Java *.jar* apps written in Kotlin on AppEngine. I'm looking to refactor these apps into *Ktor* apps on AppEngine with a Cron Job

[google-appengine] https default appengine URL not working

2019-12-30 Thread Vikas
Hello All, I'm working with nodejs 10 application, deployed application with dependency failure, corrected it with next deployment. But from then facing the bellow issue. http://vikas-tradeassist.appspot.com is working but not with https; can you please help. Thanks, -Vikas. -- You receive

[google-appengine] Re: Appspot or whatever Google Cloud Product is being used for phishing site https://storage.cloud.google.com/us8111nn1178n1.appspot.com/index.htm

2019-12-30 Thread iZOOlabs Gsoc
To be honest, it has been 2 months ago that we had been reporting the URL using your tools, the site is still up until now. This needs removal ASAP. What is your abuse team doing all this time? On Sunday, December 29, 2019 at 11:15:36 AM UTC+8, Jad El Houssami wrote: > > Hello Michael, > > Than

[google-appengine] Cannot emulate Bottle API with available dev_appserver.py Options

2019-12-30 Thread Sunando Samaddar
# e.g. code # from bottle import Bottle, run # bottle = Bottle() run(app=bottle, server='bjoern', # ??? How can I emulate this ??? host='localhost', # dev_appserver.py option available port=8080,# dev_appserver.py option available reloader=True, debug=True)

[google-appengine] Re: Appspot or whatever Google Cloud Product is being used for phishing site https://storage.cloud.google.com/us8111nn1178n1.appspot.com/index.htm

2019-12-30 Thread Michael Jonathan Andres
Hi Jad, Thank you for your response. We would like to know on when will the appropriate team take action? We have used the link that you provided and it didn't work after several tries. Regards, Wilfredo On Sunday, December 29, 2019 at 11:15:36 AM UTC+8, Jad El Houssami wrote: > > Hello Mic

[google-appengine] if i deploy php app in gcp app engine, Iam getting the following error: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /tmp/

2019-12-30 Thread Xpserv Amity
Hi, Please help me with this. Iam trying to connect to gcp mysql from php in app engine. It shows the above error. -- 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 fro

[google-appengine] Re: AppEngine Application Problem

2019-12-30 Thread 'Степан Семчёнок' via Google App Engine
Can we see any source code? понедельник, 11 ноября 2019 г., 21:35:16 UTC+7 пользователь Ankaj Sharma написал: > > Hi All, > > I am facing repeated app engine application problem error while using my > ODK aggregate server. > > Need your help and guidance on the issue. The snapshot is attached

[google-appengine] Re: App is listening on port 8080. We recommend your app listen on the port defined by the PORT environment variable to take advantage of an NGINX layer on port 8080.

2019-12-30 Thread 'Степан Семчёнок' via Google App Engine
No it means your app is still listening on port 8080... пятница, 27 декабря 2019 г., 5:05:10 UTC+7 пользователь Kevin Méndez Arce написал: > > Hi my name is Kevin and I am new with the app engine. > I am a running a timer for 20 min. Sometime the timer runs very well but > other the console retu