| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This sample demonstrates how to use the Cloud Tasks API on Google App Engine.
To create a queue using the Cloud SDK, use the following gcloud command:
gcloud tasks queues create default
First, update the projectId and locationId variables to match the values of your queue in file Enqueue.java. To find these values use the following gcloud command:
gcloud tasks queues describe default
Second, Using Maven and the App Engine Plugin deploy to Google App Engine:
mvn clean package appengine:deploy
| Back | FazBrowse Home | New Git URL |