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

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: 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
Index: appengine/findit/crash-frontend.yaml
diff --git a/appengine/findit/waterfall-frontend.yaml b/appengine/findit/crash-frontend.yaml
similarity index 81%
copy from appengine/findit/waterfall-frontend.yaml
copy to appengine/findit/crash-frontend.yaml
index b53c695631c439350450caa3611019279eb1a46d..48e825f76b960a08e5f29d29eafede1b30c56e39 100644
--- a/appengine/findit/waterfall-frontend.yaml
+++ b/appengine/findit/crash-frontend.yaml
@@ -1,17 +1,17 @@
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:
-- url: /.*
- script: main.waterfall_frontend_web_application
+- url: /crash/.*
+ script: main.crash_frontend_web_application
secure: always
skip_files:

Powered by Google App Engine
This is Rietveld 408576698