This sample demonstrates how to use the TaskQueue API on Google App Engine.
gcloud init
This example uses the Maven gcloud plugin. To run this sample locally:
mvn appengine:run
Go to the site localhost:8080
to add elements to the queue. They will appear in the log as the result of the Enqueue servlet transmitting the data to the Worker servlet.
mvn clean package appengine:deploy