I use pub-sub com.google.apis:google-api-services-pubsub:v1-rev357-1.22.0
for comunication between different App Engine modules.
I have a subscription that push in given endpoint when new message is received. If delivery of message fails PubSub retry sending of message.
When redeploy version while AppEngine create instance for given microservice requests are routed to default microservice. In my default microservice i has processing of _ah/push_handlers/* path and after this microservice says 200, PubSub accept that message is delivered.
Where can i read what happens with requests to a given microservice while new instance is being created?