I want to develop a Time Table Generator using either Python or Java on Google App Engine. This app will take at least 4 to 5 minutes to compute the result in the end when all the data has been entered.
My doubt is how to run a complex process which takes long time to process on Google App Engine since the max time allowed for a process is 60 seconds and also whether the task queues will be of any help here?
Also is there any other free cloud host which I can use for this purpose?