[google-appengine] Re: 2 questions regarding migration from Flex to Standard

2019-10-01 Thread Nicholas Swekosky
Totally missed those pages Oqueli. Thanks for pointing those out. I must say that it was a bit difficult to find those so I'm glad you pointed them out. I'm a big fan of the documentation but it can be quite large to traverse sometimes. On Tuesday, October 1, 2019 at 7:58:50 AM UTC-5, Oqueli

[google-appengine] Re: 2 questions regarding migration from Flex to Standard

2019-10-01 Thread 'Oqueli Martinez Sanchez' via Google App Engine
Regarding your first question. As documented here [1] Your app Engine should be subscribed to receive push requests. A Pub/Sub subscription can be configured to send messages as an HTTP POST request to a URL which can be your App Engine Standard URL. On App Engine Standard you have at least

[google-appengine] Re: 2 questions regarding migration from Flex to Standard

2019-10-01 Thread Nicholas Swekosky
Thanks Vitaly. I'll keep this in mind when experimenting tomorrow. On Tuesday, October 1, 2019 at 12:24:24 AM UTC-5, Vitaly Bogomolov wrote: > > 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

[google-appengine] Re: 2 questions regarding migration from Flex to Standard

2019-09-30 Thread Vitaly Bogomolov
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