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

Unified Diff: appengine/findit/common/constants.py

Issue 2425453002: [Findit] Process analysis requests of Waterfall failures concurrently. (Closed)
Patch Set: fix nit. Created 4 years, 2 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 | « no previous file | appengine/findit/findit_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/constants.py
diff --git a/appengine/findit/common/constants.py b/appengine/findit/common/constants.py
index 9163ce743dc3aac86bab6f7b091fa1799f3d034f..35227ee6bcfc1511a710da8b73527a29b2849f2e 100644
--- a/appengine/findit/common/constants.py
+++ b/appengine/findit/common/constants.py
@@ -20,7 +20,7 @@ CRASH_BACKEND = {
DEFAULT_QUEUE = 'default'
WATERFALL_ANALYSIS_QUEUE = 'waterfall-analysis-queue'
WATERFALL_TRY_JOB_QUEUE = 'waterfall-try-job-queue'
-WATERFALL_SERIAL_QUEUE = 'waterfall-serial-queue'
+WATERFALL_FAILURE_ANALYSIS_REQUEST_QUEUE = 'waterfall-failure-analysis-request'
CRASH_ANALYSIS_QUEUE = {
'fracas': 'crash-analysis-fracas-queue',
'cracas': 'crash-analysis-cracas-queue',
@@ -29,7 +29,7 @@ CRASH_ANALYSIS_QUEUE = {
# Waterfall-related.
-WATERFALL_TRIGGER_ANALYSIS_URL = '/waterfall/trigger-analyses'
+WATERFALL_TRIGGER_ANALYSIS_URL = '/waterfall/process-failure-analysis-requests'
WATERFALL_ALERTS_URL = 'https://sheriff-o-matic.appspot.com/alerts'
COMPILE_STEP_NAME = 'compile'
« no previous file with comments | « no previous file | appengine/findit/findit_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698