Skip to content

Instantly share code, notes, and snippets.

@WillianFuks
Created December 8, 2017 23:44
Show Gist options
  • Save WillianFuks/9826b811dad58793c4e026046da3b784 to your computer and use it in GitHub Desktop.
Save WillianFuks/9826b811dad58793c4e026046da3b784 to your computer and use it in GitHub Desktop.
yaml definition for workers
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