[google-appengine] Re: Access to ODOO Database from Django Application in Google Cloud

2017-10-05 Thread Attila-Mihaly Balazs
Hello, In addition to what George said, if you're trying to access it from App Engine Standard, you'll have to enable the socket service to be able to make TCP connections: https://cloud.google.com/appengine/docs/standard/python/sockets/ Regards, Attila -- You received this message because y

[google-appengine] Re: Java runtime displayed incorrectly on /appengine/versions page?

2017-10-05 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I deployed the Hello World application for Java 8 without any issues. Since this is a potential defect on the platform, it would be most appropriate to file a report on the public issue tr

[google-appengine] Re: Is there a way to run local development server for appengine custom runtime?

2017-10-05 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Unfortunately, this is not yet currently supported. There are a bunch of things that won't work when doing local development on Flex e.g. Memcache (ndb), Datastore, etc. I highly encourage you to submit a feature request as described in this article

[google-appengine] Re: App Engine Pricing for auto scaling instances

2017-10-05 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
> > > > It is not clear for me at all and I would like to ask you two questions: > >1. What does google mean about "Runtime overhead is counted against >the instance memory limit"? > > Runtime overhead is the resource needed to serve an instance. > >1. What about how *auto* sca

[google-appengine] Re: How to enable Managed SSL on App Engine when using CloudFlare CDN

2017-10-05 Thread Leonard Austin
I'm also interested in this post. I'm not sure how creating a sub domain of w3.example.com helps as will it not just create a managed certificate from LetsEncrypt for w3 (not naked or www)? I think LetsEncrypt uses DNS verification, which I assume is something GAE is handling behind the scenes.

[google-appengine] Re: Lots of 502 errors

2017-10-05 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
*502 *bad gateway usually means that the Nginx proxy responsible for handling requests for App Engine instance has not been able to get in contact with your application, the application raises an exception, an internal API call raises an exception or if the request simply takes too long. As su

[google-appengine] Java runtime displayed incorrectly on /appengine/versions page?

2017-10-05 Thread Charles Capps
Hi, I just want to confirm that this is a known issue. I deployed a microservice using the Java8 runtime, but it still displays as "java7" in the "Runtime" column on the page https://console.cloud.google.com/appengine/versions. This is a Java service, and I'm certain it's deployed as Java8, I t

[google-appengine] Lots of 502 errors

2017-10-05 Thread Andrew Benton
I'm not sure how much this has to do specifically with the application in question, but an otherwise well-functioning appengine app will start seeing lots and lots of 502 errors from Google on occasion. This is extremely disruptive to the app's users and requires some manual data cleanup each t

[google-appengine] Re: Auto Scaling Flex Environment Based On Metrics Other Than CPU Utilization

2017-10-05 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The entire benefit of App Engine is that it handles scaling for you and uses many other metrics other than CPU to scale instances as described in the documentation . Looking at the source code

[google-appengine] Re: App Engine Pricing for auto scaling instances

2017-10-05 Thread Nilson Pontello
Hi, After researching a bit more I've found this other link and it says. Billing is slightly different in resident and dynamic instances: > >1. For resident instances, billing ends fifte

[google-appengine] App Engine Pricing for auto scaling instances

2017-10-05 Thread Nilson Pontello
Hi Everyone, >From this link I found the below: Instances running in *manual* and *basic* scaling services are billed at > hourly rates based on uptime. Billing begins when an instance starts and > ends fifteen minutes after a manual instance shuts

[google-appengine] Re: Access to ODOO Database from Django Application in Google Cloud

2017-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
How is your database installed in Google Cloud, exactly? Did you install it in the Compute Engine ? You can also choose from a variety of third-party databases to use with your applications such as Redis, MongoDB, PostgreSQL, Cassandra, and Hadoop. These thir

[google-appengine] Re: Can not try free trial because card declined

2017-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jewel, In fact, you don't need necessarily a credit card to sign up. You can sign up for the free trial by providing a bank account instead of a credit card. To verify that you own the account, you'll provide the account number and routing number. Google deposits a small random amount wi

[google-appengine] Re: gae php mail quota too low, error?

2017-10-05 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Jukka, in addition to the quotas, you should also make sure you are not running into one of the following limits: https://cloud.google.com/appengine/docs/standard/python/mail/#quotas_and_limits On Thursday, October 5, 2017 at 6:05:05 AM UTC-4, Jukka Hautakorpi wrote: > > And just checked t

[google-appengine] Access to ODOO Database from Django Application in Google Cloud

2017-10-05 Thread aitechcloud
Hello, I have developped a Django Application, which allow me to access to my Odoo Database. My Odoo database is installed in Google Cloud. My Django application use the "odoorpc" library in Python to can access to my ODOO database. I have run this Django Application from my localhost, but fr

[google-appengine] Can not try free trial because card declined

2017-10-05 Thread JeweL Shahjahan
Hello There, I wanted to try Google App Engine as I am an AWS user for a long time and wanted to see how Google App Engine. So I wanted to try the free trial and I am using the same card which is accepted by AWS and Google says, They don't accept prepaid cards. I was using the payoneer

[google-appengine] Auto Scaling Flex Environment Based On Metrics Other Than CPU Utilization

2017-10-05 Thread Manu Janardhanan
How can we scale Flex environment with metrics other than cpu utilization, like requests per second, stackdriver metrics, time spent by requests in queue etc? The documentation only mentions cpu utilization. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: gae php mail quota too low, error?

2017-10-05 Thread Jukka Hautakorpi
And just checked that billing is enabled. I cannot find mail - limit from the quotas set-page?! And here are today's quotas: Mail If you need a higher mail quota, you can use SendGrid to send email. Learn more Resource Usage today Daily quota Per-minute quota Rate limit status Mail API Calls

[google-appengine] gae php mail quota too low, error?

2017-10-05 Thread Jukka Hautakorpi
I have gae php app that has different php files to send me emails and also some notifications for customers i have received sometimes errors about the quotas and after testing it, it seems that i can only send 1 - 14 emails / day. Yesterday i received error once more and it was from the php fe