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

Side by Side Diff: tryconsole/cron.yaml

Issue 517046: Initial check-in of tryconsole. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/
Patch Set: '' Created 10 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « tryconsole/app.yaml ('k') | tryconsole/index.yaml » ('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 # Copyright (c) 2009-2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 cron:
6
7 - description: initial task queue work
8 url: /start_work
9 schedule: every 1 minutes
10
11 - description: tally load every minute
12 url: /tally_running
13 schedule: every 1 minutes
14
15 - description: accumulate total every hour
16 url: /tally_merge?src=60&dst=1800
17 schedule: every 1 hours
18
19 - description: accumulate total every day
20 url: /tally_merge?src=1800&dst=86400
21 schedule: every day 00:00
OLDNEW
« no previous file with comments | « tryconsole/app.yaml ('k') | tryconsole/index.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698