Hi, Nicholas. 1. Let's say I have an AppEngine Standard service who's sole job is to pull > from a PubSub subscription and do some work. Let's say some time has gone > by and no work has been posted to that PubSub topic so my worker has scaled > to 0. If something new has been posted to that PubSub topic, will that > sandbox AppEngine Standard worker automatically scale to 1 to begin working > again? >
You can try this case by yourself, but (imho) - no, your AppEngine SE service won't start. The simplest solution is to call warmup request to start the instance of SE service. WBR, Vitaly. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/080437f0-7b56-42bd-a17b-571ba54b1d80%40googlegroups.com.
