Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 315 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 315 Bytes

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