Created
December 8, 2017 23:44
-
-
Save WillianFuks/9826b811dad58793c4e026046da3b784 to your computer and use it in GitHub Desktop.
yaml definition for workers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
runtime: python27 | |
api_version: 1 | |
threadsafe: true | |
service: worker | |
handlers: | |
- url: /.* | |
script: worker.app | |
login: admin | |
basic_scaling: | |
max_instances: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment