summaryrefslogtreecommitdiff
path: root/gae/worker.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'gae/worker.yaml')
-rw-r--r--gae/worker.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/gae/worker.yaml b/gae/worker.yaml
new file mode 100644
index 0000000..7d6b859
--- /dev/null
+++ b/gae/worker.yaml
@@ -0,0 +1,22 @@
+runtime: python27
+api_version: 1
+threadsafe: true
+service: worker
+
+handlers:
+- url: /.*
+ script: webapp.src.worker_main.app
+ login: admin
+
+# [START exclude]
+skip_files:
+- ^(.*/)?#.*#$
+- ^(.*/)?.*~$
+- ^(.*/)?.*\.py[co]$
+- ^(.*/)?.*/RCS/.*$
+- ^(.*/)?\..*$
+- ^script/*$
+- .*_test.py$
+- ^(.*/)?frontend/(.*)
+- ^(.*/)?\.idea/(.*)
+# [END exclude]