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

Unified Diff: go/src/infra/tricium/service/queue.yaml

Issue 2125603002: Adds initial Tricium service GAE configs (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Adds copyright comments and infra testing files Created 4 years, 5 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: go/src/infra/tricium/service/queue.yaml
diff --git a/go/src/infra/tricium/service/queue.yaml b/go/src/infra/tricium/service/queue.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..100b8c6609f02f5e9e4abae2d0cfad8c923bce63
--- /dev/null
+++ b/go/src/infra/tricium/service/queue.yaml
@@ -0,0 +1,10 @@
+queue:
+- name: workflow-launcher-queue
+ mode: push
+ rate: 1/s
+- name: workflow-listener-queue
+ mode: push
+ rate: 1/s
+- name: gerrit-reporter-queue
+ mode: push
+ rate: 1/s

Powered by Google App Engine
This is Rietveld 408576698