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

Side by Side Diff: tumble/configs/tumble_resources.cfg

Issue 2988083002: [logdog] Begin migrating to Makefile. (Closed)
Patch Set: git checkout view 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 | « tumble/configs/tq_shards_low.cfg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Deploy tool AppEngineResources for Tumble.
2
3 # This index supports the tumble installation.
4 index <
5 kind: "tumble.Mutation"
6 property <
7 name: "ExpandedShard"
8 >
9 property <
10 name: "TargetRoot"
11 >
12 >
13
14 # This index supports the tumble delayed mutations.
15 index <
16 kind: "tumble.Mutation"
17 property <
18 name: "TargetRoot"
19 >
20 property <
21 name: "ProcessAfter"
22 >
23 >
24
25 cron <
26 url: "/internal/tumble/fire_all_tasks"
27 description: "tumble fire_all_tasks invocation"
28 schedule: "every 10 minutes"
29 >
OLDNEW
« no previous file with comments | « tumble/configs/tq_shards_low.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698