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

Re: [google-appengine] Run App Engine standard environment with NodeJs

2019-05-19 Thread Gregory Block
There's a Cloud Datastore emulator you can connect to locally, but there's no emulator for Cloud Tasks. `gcloud beta emulators` supports bigtable, firestore, datastore, and pubsub. File a feature request for an emulator so that you can do that work locally; I'm sure many people would find that fe