Hello Jeff, I have used both: Task Queue and Scheduled Tasks (cron.xml) The "cron job" run every 10 minute. The job gets the activity list from the DataStore. The list contains N activity. For each activity I create a new Task and I insert it in the Queue. Then the Queue "triggers" single activity. Works perfectly. :)
fabrizio On Oct 24, 2:12 am, "Jeff S (Google)" <[email protected]> wrote: > Hi fabrizio, > > From your description (running once ever 10 minutes) it sounds like > scheduled tasks would be the simplest solution. Another slightly crazy idea > that might work is to have the task return a non 200 code. When a task fails > it is not removed from the queue, but there may be execution scheduling > backoff behavior with this approach which would be undesirable. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
