I’m programming novice. I’m looking for a source that will clearly explain how to run background tasks on App Engine (Java).
I currently have an App up and running but would like to have a background task that parses another site and creates tables that will be consumed by my App.
Thanks!
The official site is really good: https://developers.google.com/appengine/docs/java/taskqueue/