[google-appengine] Load Entity using Ref in Objectify

2017-11-21 Thread Azeem Haider
I'm and new in objectify and datastore. I have three kinds 1-user, 2-post, 3-feed user is parent of post and feed and feed contain Ref of post. *Feed* public class Feed { @Id Long id;@Parent Key userKey;Ref post; *Post* public class Post { @Id Long id; @Parent Key userKey; String

[google-appengine] Re: Java url-stream-handler: native vs urlfetch

2017-11-21 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
There are currently no benchmarks for *native* vs *urlfetch*. This is probably because different applications have different needs, payloads, limitations, etc. The best way is to benchmark your own workload and decide based on that data. -- You received this message because you are subscribed

[google-appengine] Re: what can I do to prevent downtime?

2017-11-21 Thread Vick Khera
On Tuesday, November 21, 2017 at 4:28:10 PM UTC-5, George (Cloud Platform Support) wrote: > > Your project's logs show quite a few errors for the Cloud HTTP Load > Balancer. You may consider checking these log entries and investigating > possible error origins in your app's code and load

[google-appengine] Re: what can I do to prevent downtime?

2017-11-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Your project's logs show quite a few errors for the Cloud HTTP Load Balancer. You may consider checking these log entries and investigating possible error origins in your app's code and load balancing settings. Related solutions have been provided on stackoverflow in reply to the "Compute

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-21 Thread Gunar Cassiano Gessner
Speaking from experience here. Just move on. Google App Engine (esp. Flexible Engine) is not worthy of your time. Take care, @gunar On Tue, Nov 21, 2017 at 1:24 AM, Vijay M wrote: > I have been struggling with the same issue. I tried deploying a very > simple app and

[google-appengine] Re: How to extract values from log line for log based metric?

2017-11-21 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
I see. I'm not sure a metric is the right tool for adding up int values extracted from your logs. If you always have 1 log entry per frobbing you will be able to count the volume, but otherwise you would most likely going to need a different system. On Tuesday, November 21, 2017 at 11:13:52 AM

[google-appengine] Re: SSL Certificate renewed in but expiration date was not updated in GAE - now not able to upload a new certificate

2017-11-21 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
If you use the *gcloud app ssl-certificates create *command to upload the new SSL cert instead of the Cloud Console you will run into a more detailed error message: "You must be a verified owner of the certificate's

[google-appengine] Re: How to extract values from log line for log based metric?

2017-11-21 Thread Attila-Mihaly Balazs
Hello Yannick, Thank you for your reply. Unfortunately it doesn't help me move forward. I think I read all the relevant documentation, searched around on the interwebs and played around with different settings. I *did* mange to set up log based metrics using other information (not the log

[google-appengine] Re: Completely removing an application

2017-11-21 Thread Jason Keene
I agree, it is highly annoying that you can not delete the service without deleting the entire project. Sad. On Friday, July 7, 2017 at 8:07:27 PM UTC-6, Yordis Prieto wrote: > > I know has been long time but I agree with you Mark. I wan't that default > service from the App Engine to disappear

[google-appengine] Re: Writing Datastore controller for appengine and GCE?

2017-11-21 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Our engineering team is working very hard to providing full Google Cloud Client Library support for the App Engine Standard runtimes. In the meantime if you require your application to run on both App Engine and Compute Engine you

[google-appengine] what can I do to prevent downtime?

2017-11-21 Thread Vick Khera
I'm running wordpress on app engine flex. From time to time we see this failure on the browser: Error: Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds. I turned on the stackdriver monitoring for downtime to see if I