Whenever I attempt a deploy of my Python app, it fails with: Cloned 2200 files. Precompilation starting. Rolling back the update. Error 500: --- begin server output ---
<html><head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>500 Server Error</title> </head> <body text=#000000 bgcolor=#ffffff> <h1>Error: Server Error</h1> <h2>The server encountered an error and could not complete your request.<p>If the problem persists, please <A HREF="http:// code.google.com/appengine/community.html">report</A> your problem and mention this error message and the query that caused it.</h2> <h2></h2> </body></html> --- end server output --- I think it has something to do with the precompilation step because if I attempt to deploy the app several more times it finishes successfully (presumably after the compile completes). Is there a way to increase the timeout for precompilation? -- 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.
