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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/findit/common/pubsub_util.py » ('j') | appengine/findit/crash/fracas.py » ('J')
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 cf79b36c46d0b5efcb4eaafb9d5ebd591479db3b..c95e9713869e25d2b4c7ea787e6e2288e2cf5fc7 100644
--- a/appengine/findit/common/constants.py
+++ b/appengine/findit/common/constants.py
@@ -6,6 +6,7 @@
# Names of all modules.
WATERFALL_BACKEND = 'waterfall-backend'
+CRASH_BACKEND_FRACAS = 'crash-backend-fracas'
# Names of all queues.
@@ -13,6 +14,7 @@ DEFAULT_QUEUE = 'default'
WATERFALL_ANALYSIS_QUEUE = 'waterfall-analysis-queue'
WATERFALL_TRY_JOB_QUEUE = 'waterfall-try-job-queue'
WATERFALL_SERIAL_QUEUE = 'waterfall-serial-queue'
+CRASH_ANALYSIS_FRACAS_QUEUE = 'crash-analysis-fracas-queue'
# Url paths.
« 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