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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 queue:
2 - name: workflow-launcher-queue
3 mode: push
4 rate: 1/s
Sergiy Byelozyorov 2016/07/05 14:41:48 why limit the rate?
emso 2016/07/06 06:21:28 I tried to not add a rate but got an error saying
Sergiy Byelozyorov 2016/07/06 08:46:34 Acknowledged.
5 - name: workflow-listener-queue
6 mode: push
7 rate: 1/s
8 - name: gerrit-reporter-queue
9 mode: push
10 rate: 1/s
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698