I can't figure out why when i curl to my service the response fluctuates from a minimum of 400ms upto 1 second and beyond for a simple request that literally just returns a json response. (no db calls, or anything) even static files take >400ms.
In fact i went to the logs and indeed the server only takes 4ms at max. but when a user requests the url it takes a long time. [image: 10-01_18-19-40.png] What am i missing here? Avg response: [image: 10-01_18-20-34.png] This is not just due to my distance to the server, i'm totally fine with 100ms due to normal network latency. *App.yaml:* runtime: nodejs env: flex service: default manual_scaling: instances: 1 resources: cpu: 1 memory_gb: 1.5 disk_size_gb: 10 network: name: default -- 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/58ed181b-069c-4315-ad52-4072c4574d0b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
