Just as an FYI, I also have been seeing this bug happen over and over, I have a cron job (that quite simply just drops off a task to be processed into the default task queue), and it fails probably 60% of the time, from casual glance at my logs. I originally just wanted this cron to run once a day, but because of the high failure rate, I am forced to make it run once an hour (and have code to gracefully end if it already successfully ran within a day). Pretty frustrating to deal with, and I'd appreciate if this problem was resolved.
I'm fairly confident in how I'm using the API as far as it is matching the details in the documentation (the cron job is extraordinarily simple). My tasks also have this crop up, but they fortunately wait and try again, which makes them work a lot better than the cron currently, which just simply ends and refuses to try again without me using this current work-around.
-- 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.
