Hi, Since last 25 hours, my application is getting DeadlineExceeded Errors. Out of 30 attempts, 1 succeeds. (sen6app.appspot.com) Even requests that dont access database fail with latency more than 50000ms. I thought this could be due to unpredictable behavior of Master Slave DB and thought of doing the migration to HR.
For migration, I tried deploying the application with a different name. But that also fails with a typical 500 response: Cloning 1563 application files. 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 --- So I'm stuck since yesterday with almost all requests failing and not being able to migrate to HR. I dont think it is a DB problem as even app deployment is failing. However, another application also in python has been working fine. ( india-governs.appspot.com) Anyone else facing these problems? Thanks, Vinuth. -- 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.
