Skip to content

Latest commit

 

History

History

taskqueues-push

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

A Java Task Queue example for Google App Engine

Open in Cloud Shell

This sample demonstrates how to use the TaskQueue API on Google App Engine.

Setup

gcloud init

Running locally

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.

Deploying

mvn clean package appengine:deploy