Hello,
I have been designing my app with the notion in mind that even named
tasks may execute more than once, but I only recently came to realize
that a task may not execute at all. I have a task that operates on a
subset of my entities and it's absolutely imperative that all members
of this subset get processed and saved. I originally thought named
tasks would help accomplish this, but this does not seem to be the
case. Is there any way to guarantee that I process these entities? I
also considered a cron job that checks every couple of minutes to
check for unprocessed entities(since a cron job will kick off the
initial task) but I was hoping for a slightly more elegant solution.

Thanks,
Richard

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to