Hi, 405 is method not allowed, which indicates that you have POST only handler(could be PUT, DELETE or whatever only) and the warmup request were handled by that handler. The response code must be 2xx or 404 for warmup requests to work correctly.
On Fri, Sep 21, 2012 at 12:59 AM, MR.SURACHAI YDR < [email protected]> wrote: > Hello! every body, please help me about app engine. My app is loop request > about warmup. how to disable it. Following picture. > > > <https://lh5.googleusercontent.com/-f8gyxM98OEc/UFs9Ik33VCI/AAAAAAAAAV8/6wDtvSE1fNQ/s1600/app.png> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/JYMGQ-5DZB4J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Takashi Matsuo | Developers Advocate | [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
