blob: afebe2ad9f5e38fe09810bdc8066ee202ead9111 [file] [log] [blame]
application: findit-for-me-staging
module: waterfall-backend
version: 1
runtime: python27
api_version: 1
threadsafe: true
instance_class: B4
basic_scaling:
max_instances: 10
idle_timeout: 20m
handlers:
# Pipeline handler.
- url: /_ah/pipeline(/.*)?
script: backend_main.pipeline_backend_application
secure: always
# For cron jobs and task queues, enforce admin permission.
- url: /waterfall/(cron|task)/.*
script: backend_main.waterfall_backend_web_application
secure: always
login: admin
# All other handlers.
- url: /.*
script: backend_main.waterfall_backend_web_application
secure: always
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*_test\.py$
- ^(.*/)?\..*$
- ^(.*/)?.*\.md$
- ^(.*/)?Makefile$
- ^(.*/)?README$
- ^(.*/)?tests\.py$
- ^(.*/)?third_party/bower_components/.*$
- ^(.*/)?util_scripts/.*$
libraries:
- name: webapp2
version: latest
- name: jinja2
version: latest
- name: pycrypto
version: latest
- name: numpy
version: 1.6.1