Google Groups is meant for general product discussions and not for technical support.
- I suggest you first investigate your requests using Stackdriver Trace <https://cloud.google.com/trace/>to find out where the latency is occurring (as it is often code related). - If the latency is seen before any code execution, you should then check to see how many dynamic instances were running during these requests using the App Engine dashboard <https://console.cloud.google.com/appengine> 'instances' graph. - If there were no dynamic instances, or if they were busy (which can be seen under the 'Utilization' and 'Memory Usage' graphs) than this would explain the latency as your requests were waiting for a free instance. After your research if you determine that this isn't an issue with your code or your scaling configuration, and is an issue on App Engine, you can open a Public Issue Tracker <https://cloud.google.com/support/docs/issue-trackers>to properly report it. Just ensure you provide more details about these specific requests. -- 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/1810064d-7854-4d56-a7d4-1e3652c2860d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
