Re: [google-appengine] High untraced time on lightweight endpoint

2019-05-27 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Once you've ruled out this isn't due to the spawning of a new instance and/or memory usage, the next troubleshooting step would be to inspect the Stackdriver Error reporting for any errors in the calls being made by the corresponding service/vers

Re: [google-appengine] High untraced time on lightweight endpoint

2019-05-22 Thread Jeremy D
Nope. This is automatic scaling. instance_class: F4 automatic_scaling: max_idle_instances: 1 max_pending_latency: 1s max_concurrent_requests: 60 On Sunday, May 19, 2019 at 10:36:25 AM UTC-5, Gregory Block wrote: > > I'm going to guess this service is set for manual scaling. > > On Tue, May

Re: [google-appengine] High untraced time on lightweight endpoint

2019-05-19 Thread Gregory Block
I'm going to guess this service is set for manual scaling. On Tue, May 14, 2019 at 2:06 AM Jeremy D wrote: > > Seem to have random high untraced time on various endpoints, but most > noticeably one that should always be responding well under 1 second, as all > it does it kick off a Task based on

[google-appengine] High untraced time on lightweight endpoint

2019-05-14 Thread Jeremy D
Seem to have random high untraced time on various endpoints, but most noticeably one that should always be responding well under 1 second, as all it does it kick off a Task based on request data. Most of the responses are around 100ms, some are even below that. Occasionally though, this endpo