Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: appengine/findit/crash-frontend.yaml

Issue 1852383002: [Findit] Integrate with Fracas through Pub/Sub. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 application: findit-for-me-dev 1 application: findit-for-me-dev
2 module: crash-frontend
2 version: 1 3 version: 1
3 runtime: python27 4 runtime: python27
4 api_version: 1 5 api_version: 1
5 threadsafe: true 6 threadsafe: true
6 module: waterfall-frontend
7 instance_class: F1 7 instance_class: F1
8 automatic_scaling: 8 automatic_scaling:
9 min_idle_instances: 1 9 min_idle_instances: 1
10 max_concurrent_requests: 25 10 max_concurrent_requests: 40
11 11
12 handlers: 12 handlers:
13 - url: /.* 13 - url: /crash/.*
14 script: main.waterfall_frontend_web_application 14 script: main.crash_frontend_web_application
15 secure: always 15 secure: always
16 16
17 skip_files: 17 skip_files:
18 - ^(.*/)?#.*#$ 18 - ^(.*/)?#.*#$
19 - ^(.*/)?.*~$ 19 - ^(.*/)?.*~$
20 - ^(.*/)?.*\.py[co]$ 20 - ^(.*/)?.*\.py[co]$
21 - ^(.*/)?.*_test\.py$ 21 - ^(.*/)?.*_test\.py$
22 - ^(.*/)?tests\.py$ 22 - ^(.*/)?tests\.py$
23 - ^(.*/)?\..*$ 23 - ^(.*/)?\..*$
24 - ^(.*/)?.*\.md$ 24 - ^(.*/)?.*\.md$
25 - ^(.*/)?README$ 25 - ^(.*/)?README$
26 - ^(.*/)?Makefile$ 26 - ^(.*/)?Makefile$
27 - ^(.*/)?util_scripts/.*$ 27 - ^(.*/)?util_scripts/.*$
28 28
29 libraries: 29 libraries:
30 - name: webapp2 30 - name: webapp2
31 version: latest 31 version: latest
32 - name: jinja2 32 - name: jinja2
33 version: latest 33 version: latest
34 - name: pycrypto 34 - name: pycrypto
35 version: latest 35 version: latest
36 - name: endpoints 36 - name: endpoints
37 version: 1.0 37 version: 1.0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698