[google-appengine] Re: Newbie question about Task Queue

2009-10-28 Thread fhtino
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.

[google-appengine] Re: Newbie question about Task Queue

2009-10-23 Thread Jeff S (Google)
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