I am new to creating background tasks in Java. I have a situation in which I need to create a background task that runs every 10 mins to fetch new documents from the Google drive. I have created a Google App Engine project using maven on which I am working. Can anyone please suggest me some tutorials and any guidance how to achieve this task.
Thanks,