GoogleCloudPlatform / appengine-pullqueue-counter

An example for App Engine pull queue
Apache License 2.0
6 stars 10 forks source link

appengine-pullqueue-counter

A simple counter with App Engine pull queue

To deploy:

$ gcloud app deploy app.yaml worker.yaml queue.yaml 

To view default service log:

$ gcloud app logs tail -s default

To view worker service log:

$ gcloud app logs tail -s worker