Saturday, 14 September 2013

Why does it raise an Server Error (500) when I try to enter the Application Settings Page on appengine console?

Why does it raise an Server Error (500) when I try to enter the
Application Settings Page on appengine console?

A little bit long title here, since I'm actually not a local English
speaker... Let's circle back to the question. I set up an app on Google
App Engine and as many beginners does, I used up the free quota provided.
Then I began searching reasons why that happened.Finally I adjusted my
code so that there is fewer Database Queries that traverse all the
entities. And I limited the "max_idle_clones" to 10 and raised
"min_pending_latency" to 3.00s in the "Application Settings" page, as you
can see in the screenshot (Oh, obviously you can't see any pictures since
I can't upload pictures based on my current level) But when I clicked
"Save Settings" on that page it just raised an Server Error page. But I
can see my adjustment in Admin Log page. I don't know why does it raise an
Server Error (500) when I'm trying to enter the "Application Settings"
page. Are there a few possible reasons for that?

No comments:

Post a Comment