Hello,
I need to run a script (python) in App Engine for many times. One possibility is just to run a loop and use urlfetch with a link to the script. The other one is to open a task with the script URL.
What is the difference between both ways? It seems like Tasks have a quota (100,000 daily free tasks) so why should I use them?
Thanks,
Joel