I have a working version of my web application that I am trying to upgrade at the moment, and I\'m running into the issue of having a task which
I'm not familiar with GAE, but this is a fairly generic question, so I can give you some advice.
Your general idea is correct, so I'm just going to expand on it. The workflow could look like this:
setTimeout
or setInterval
you send requests with the task ID to the server (this is a separate endpoint). The server checks the status of the task, and returns the result if it's done (error if failed).