On Sat, Sep 5, 2009 at 7:30 PM, Bob<[email protected]> wrote: > I got this result and the cron job was on time but not executed. > Anyone can help me how come and how to solve this?
This normally happens when your cron job returns redirects, and too many happen in a row. It sounds like your cron job is trying to do to much. Perhaps the task queue API might be a better fit? Dave. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
