Thanks, I found my issues.  App Engine Utilities had grown the session
database store to over 5000 records.  It appears the code is not
optimized for lots of sessions.  I deleted all of the records and my
app is running fast again.  Thanks

On Apr 19, 10:57 pm, Ray Malone <rayish...@gmail.com> wrote:
> I have code that is running poorly all of a sudden today.  Normally it
> runs well, i've listed the normal and the current stats below.  But 2
> our of 3 today are running like this "200 22765ms 22234cpu_ms
> 18617api_cpu_ms "   With no other activity on the app I can refresh
> the page and 2 out of 3 run pooryly and the 1 out of 3 runs within
> normal ranges.   I know it's not my app.   I'm about to see some spike
> in my app's usage and random Deadline Exceeded errors and other random
> errors don't look good on my part.
>
> I'm also getting deadline exceeded errors and random odd errors like
> "The API call user.CreateLoginURL() was explicitly cancelled."
>
> Normal "200 16957ms 2750cpu_ms 1291api_cpu_ms"
> Currently: "200 22765ms 22234cpu_ms 18617api_cpu_ms "
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to