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

Unified Diff: appengine/findit/crash-backend-fracas.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/common/pubsub_util.py ('k') | appengine/findit/crash-frontend.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash-backend-fracas.yaml
diff --git a/appengine/findit/waterfall-backend.yaml b/appengine/findit/crash-backend-fracas.yaml
similarity index 67%
copy from appengine/findit/waterfall-backend.yaml
copy to appengine/findit/crash-backend-fracas.yaml
index e7a51e1793b8aa2207dd2a1031e28907883f6ba8..e9bda420ec613c266e94d4cfab7f9b95c9c5f544 100644
--- a/appengine/findit/waterfall-backend.yaml
+++ b/appengine/findit/crash-backend-fracas.yaml
@@ -1,27 +1,18 @@
application: findit-for-me-dev
-module: waterfall-backend
+module: crash-backend-fracas
version: 1
runtime: python27
api_version: 1
threadsafe: true
instance_class: B2
basic_scaling:
- max_instances: 10
+ max_instances: 50
idle_timeout: 20m
handlers:
-- url: /robots.txt
- static_files: robots.txt
- upload: robots.txt
-
-# Handler for the request process queue.
-- url: /trigger-analyses
- script: main.backend_application
- secure: always
-
# Pipeline handler.
- url: /_ah/pipeline(/.*)?
- script: main.pipeline_backend_application
+ script: "pipeline_wrapper.pipeline_handlers._APP"
secure: always
skip_files:
« no previous file with comments | « appengine/findit/common/pubsub_util.py ('k') | appengine/findit/crash-frontend.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698