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

Unified 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: Just rebase. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/crash-backend-fracas.yaml ('k') | appengine/findit/crash/fracas.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash-frontend.yaml
diff --git a/appengine/findit/waterfall-frontend.yaml b/appengine/findit/crash-frontend.yaml
similarity index 87%
copy from appengine/findit/waterfall-frontend.yaml
copy to appengine/findit/crash-frontend.yaml
index 491744dd2569424d81c329e8e494bb11297f2eb3..c75511fc7933347f5a0c1f6d71418f919c3f67d8 100644
--- a/appengine/findit/waterfall-frontend.yaml
+++ b/appengine/findit/crash-frontend.yaml
@@ -1,13 +1,13 @@
application: findit-for-me-dev
+module: crash-frontend
version: 1
runtime: python27
api_version: 1
threadsafe: true
-module: waterfall-frontend
instance_class: F1
automatic_scaling:
min_idle_instances: 1
- max_concurrent_requests: 25
+ max_concurrent_requests: 40
handlers:
# Static resources and home page.
@@ -24,8 +24,8 @@ handlers:
upload: static/common.css
# Web UI pages.
-- url: /.*
- script: main.waterfall_frontend_web_application
+- url: /crash/.*
+ script: main.crash_frontend_web_application
secure: always
skip_files:
« no previous file with comments | « appengine/findit/crash-backend-fracas.yaml ('k') | appengine/findit/crash/fracas.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698