Ok I guess it's time to give up, I've been trying almost everything with the deferred function to try running my code that takes longer than those 60 sec. I tried TaskQueues which I couldn't make work, then I tried deferred function which seems to be the right way to do it. I can get a function running fine, but when I want to know when it is done, by calling the MainHandler's self.response.out.write and write something out on screen. I get PickleError. I tried creating a new python file and import it, so I dont do it in the MainHandler, I tried creating a new class before using the deferred. Nothing works.
What am I doing wrong?
