How to use Modules in Google App Engine and add a target to them using Task Queue (Java)?
问题 I have a task that exceeds more than 10 minutes deadline of the Task Queue. Going through different documentations, I found that using modules I could run an instance that would process the long running task but preferably even that should be done using the task queue. I had used backends but they are deprecated. My question is how do I introduce Modules into my existing App Engine Project and how do I use them to run long-running tasks? Following is the piece of code : Queue queue =