Hello David, Warmup requests load your app's code into a new instance before any live requests reach that instance. You may find related detail on the "Configuring Warmup Requests to Improve Performance" documentation page <https://cloud.google.com/appengine/docs/standard/go/configuring-warmup-requests> .
Handler might be considered in a way optional, as you app would finally work as expected anyhow, even if request and response latency would likely prove higher without configured warmup requests. Expected response or functionality is related to the needed execution of per-instance one-time warmup and initialization actions. -- 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 google-appengine+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9469f765-72d1-40fa-906f-6bf01686aae0%40googlegroups.com.