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

Side by Side Diff: appengine/monorail/cron.yaml

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 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 | « appengine/monorail/codereview.settings ('k') | appengine/monorail/dos.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 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is govered by a BSD-style
3 # license that can be found in the LICENSE file or at
4 # https://developers.google.com/open-source/licenses/bsd
5
6 cron:
7 - description: keep the databases loaded
8 url: /p/chromium/issues/list
9 schedule: every 30 minutes synchronized
10 - description: consolidate old invalidation rows
11 url: /_cron/ramCacheConsolidate
12 schedule: every 6 hours synchronized
13 - description: index issues that were modified in big batches
14 url: /_cron/reindexQueue
15 schedule: every 6 minutes synchronized
16 - description: get rid of doomed and deletable projects
17 url: /_cron/reap
18 schedule: every 24 hours synchronized
19 - description: send ts_mon metrics
20 url: /internal/cron/ts_mon/send
21 schedule: every 1 minutes
22 - description: export spam model training examples
23 url: /_cron/spamDataExport
24 timezone: US/Pacific
25 schedule: every day 01:00
OLDNEW
« no previous file with comments | « appengine/monorail/codereview.settings ('k') | appengine/monorail/dos.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698