Just to follow up. It appears my app has settled down and appears to be running once again at around the same speed/price as prior to the HRD switch. There was one error that kept cropping up which a small code change fixed. It's odd as I never saw that error prior to the switch and I'm on python25 currently. In any case I think I'm in a good spot. I'll let this run for a few days before playing with python27.
On Thursday, March 15, 2012 10:26:31 PM UTC-7, Daniel wrote: > > I've been running a server for my game SkyWords on AppEngine for a little > over a year now and never switched over to an HRD server. I was under the > impression it cost more but recently learned it doesn't.. so I made the > switch. > > Prior to switching I had my server running really smoothly, most days I'd > get zero server errors, some days a small handful. I swtiched in hopes to > leverage off python27 and possibly bring the cost of my server down. > Since switching I'm getting a lot (hundreds) or errors a day now. > > First I made the switch to python27 and found I was getting multiple > server errors (mostly DeadlineExceededErrors) so I switched back to > python25. I'm still getting multiple (hundreds) of DeadlineExceededErrors > using python25... Have others found this? could the servers be slower even > when using python25 causing me to bump up against deadline errors? > > I'm also finding some of my cron jobs are failing on my backend server. > The logs are showing errors with references to python27, it appears my > backend is running python27, not python25? I made sure to kill and > recreate the backend after double checking my app is set to python25 and > still seeing the python27 errors. How do I ensure the backend server is > also running python25? > > I'm really bummed, I can't go back and now I've got to spend serval nights > debugging what I expected to be a smooth transition. Any advice is > appreciated > > Daniel > > -- 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/-/gUcBQ5L1RT4J. 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.
