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

Side by Side Diff: scheduler/appengine/engine/cron/demo/queue.yaml

Issue 2981143002: Add 'dsset' structure. (Closed)
Patch Set: rebase Created 3 years, 4 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 | « scheduler/appengine/engine/cron/demo/main.go ('k') | scheduler/appengine/engine/dsset/dsset.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # TODO(vadimsh): Configure retry parameters.
2 queue:
3 - name: timers
4 rate: 500/s
5 bucket_size: 500
6
7 - name: triggers
8 rate: 500/s
9 bucket_size: 500
10
11 - name: triages
12 rate: 500/s
13 bucket_size: 500
14
15 - name: launches
16 rate: 500/s
17 bucket_size: 500
18
19 - name: invocations
20 rate: 500/s
21 bucket_size: 500
OLDNEW
« no previous file with comments | « scheduler/appengine/engine/cron/demo/main.go ('k') | scheduler/appengine/engine/dsset/dsset.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698