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/-/AwaJLSS0R9EJ. 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.
