Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 756 Bytes

File metadata and controls

25 lines (15 loc) · 756 Bytes

A Java Task Queue example for Google App Engine

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 appengine:deploy