[google-appengine] Search disappearing in new Google App Engine Python 3 environment?

2020-08-17 Thread Steve Sauder
Hi all! Just wanted to ask a quick question! I've been using GAE for several years now, and am looking at moving my code from Python 2.7 to the new Python 3 structure, and have been working my way through the documentation on updating, and have run into something that I think is a blocker,

Re: [google-appengine] Receiving data from Google Cloud

2020-08-17 Thread wesley chun
GCF on GCP auto-scales (as does GAE & GCR). Each instance only supports one request at a time. Additional instances will be spun up to support other concurrent requests. If your function (or app or container) "goes viral," GCP automatically handles the traffic for you. However, not everyone has