FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-docs-samples/appengine/taskqueue/counter at master · StevenConradEllis/python-docs-samples · GitHub

Latest commit

 

History

History
 
 

App Engine Task Queue Counter

To run this app locally, specify both .yaml files to dev_appserver.py:

dev_appserver.py -A your-app-id application.yaml worker.yaml

To deploy this application, specify both .yaml files to appcfg.py:

appcfg.py update -A your-app-id -V 1 application.yaml worker.yaml

These samples are used on the following documentation pages:


Back | FazBrowse Home | New Git URL