This sample demonstrates how to use pull task queues on Google App Engine.
This example uses the Maven gcloud plugin. To run this sample locally:
$ mvn appengine:devserver
In the following command, replace YOUR-PROJECT-ID with your Google Cloud Project ID.
$ mvn appengine:update -Dappengine.appId=YOUR-PROJECT-ID -Dappengine.version=SOME-VERSION
To save your project settings so that you don't need to enter the parameters, you can:
-
Update the tag in src/main/webapp/WEB-INF/appengine-web.xml with your project name.
-
Update the tag in src/main/webapp/WEB-INF/appengine-web.xml with a valid version number.
You will now be able to run
$ mvn appengine:update
without the need for any additional parameters.