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

Side by Side Diff: appengine/findit/common/constants.py

Issue 1852383002: [Findit] Integrate with Fracas through Pub/Sub. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nits. 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
« no previous file with comments | « no previous file | appengine/findit/common/pubsub_util.py » ('j') | appengine/findit/crash/fracas.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 """Includes all the constants of module names, queue names, url paths, etc.""" 5 """Includes all the constants of module names, queue names, url paths, etc."""
6 6
7 # Names of all modules. 7 # Names of all modules.
8 WATERFALL_BACKEND = 'waterfall-backend' 8 WATERFALL_BACKEND = 'waterfall-backend'
9 CRASH_BACKEND_FRACAS = 'crash-backend-fracas'
9 10
10 11
11 # Names of all queues. 12 # Names of all queues.
12 DEFAULT_QUEUE = 'default' 13 DEFAULT_QUEUE = 'default'
13 WATERFALL_ANALYSIS_QUEUE = 'waterfall-analysis-queue' 14 WATERFALL_ANALYSIS_QUEUE = 'waterfall-analysis-queue'
14 WATERFALL_TRY_JOB_QUEUE = 'waterfall-try-job-queue' 15 WATERFALL_TRY_JOB_QUEUE = 'waterfall-try-job-queue'
15 WATERFALL_SERIAL_QUEUE = 'waterfall-serial-queue' 16 WATERFALL_SERIAL_QUEUE = 'waterfall-serial-queue'
17 CRASH_ANALYSIS_FRACAS_QUEUE = 'crash-analysis-fracas-queue'
16 18
17 19
18 # Url paths. 20 # Url paths.
19 WATERFALL_TRIGGER_ANALYSIS_URL = '/waterfall/trigger-analyses' 21 WATERFALL_TRIGGER_ANALYSIS_URL = '/waterfall/trigger-analyses'
20 WATERFALL_ALERTS_URL = 'https://sheriff-o-matic.appspot.com/alerts' 22 WATERFALL_ALERTS_URL = 'https://sheriff-o-matic.appspot.com/alerts'
OLDNEW
« no previous file with comments | « no previous file | appengine/findit/common/pubsub_util.py » ('j') | appengine/findit/crash/fracas.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698