My GAE/J application is set to use min and max idle instance both to 1:
Idle Instances: ( 1 – 1 )
To my understanding, there will be one and only one residence instance available there, so every time it try to serve a request, it will serve the traffic immediately(should be only one warmup request just after deployed).
But from the log I still can see quite a few warmup requests calling:
/_ah/warmup
before serving request.
Hope someone can explain, Thanks.