My problem is that I want to schedule a job on a server every 10 min which will download, parse and store rss feeds on a database. I have read about Task Queue on App Engine but i am not sure if that would be a right tool for the job?? Thanks guys
Adrian