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