On Wed, Sep 24, 2014 at 6:32 AM, Adrian Lesniak <[email protected]> wrote:
> I would like to use App Engine to do RSS downloading and parsing task > every 10 minutes. I have read about Task Queue on App Engine but would it > be a right tool for the job? I would appreciate all the suggestions guys! > As Anthony said, cron <https://cloud.google.com/appengine/docs/java/config/cron#Java_appengine_web_xml_About_cron_xml> is probably a better choice for this. For RSS parsing, you might be interested in looking at some sample code. Try looking at goread, a RSS reader written in Go: https://github.com/mjibson/goread ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
