Hey Deepak, Since latency is the amount of time requests take to process and return their response, it appears that you have high latency occurring in short time periods fairly regularly. You can check the logs in those time periods (also, observe the latency graph over a smaller time-frame to get a more accurate determination of what that time period is), and see what kind of requests they are. The latency could depend on many factors, but most likely it depends on the code which is running inside the request handler. Is it waiting synchronously on a network call which itself has high latency? Is it fetching a lot of data? Is it running a very intensive computation? Etc.
I hope this helps get you started on looking into the latency. Let me know if you have any further questions, as I'll be happy to help! Cheers, Nick Cloud Platform Community Support On Sunday, September 18, 2016 at 12:03:07 PM UTC-4, Deepak Singh wrote: > > PFA the attached graph for our latencyon dashboard (Java flex env). > What should we conclude based on this data ? > > -- > Tech team > -- 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/a04aa159-97e3-4005-b39c-3d5b39b670cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
