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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/monorail/codereview.settings ('k') | appengine/monorail/dos.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/monorail/cron.yaml
diff --git a/appengine/monorail/cron.yaml b/appengine/monorail/cron.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..97f6546a490a72a31f7dac6532984d05b5d9084e
--- /dev/null
+++ b/appengine/monorail/cron.yaml
@@ -0,0 +1,25 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is govered by a BSD-style
+# license that can be found in the LICENSE file or at
+# https://developers.google.com/open-source/licenses/bsd
+
+cron:
+- description: keep the databases loaded
+ url: /p/chromium/issues/list
+ schedule: every 30 minutes synchronized
+- description: consolidate old invalidation rows
+ url: /_cron/ramCacheConsolidate
+ schedule: every 6 hours synchronized
+- description: index issues that were modified in big batches
+ url: /_cron/reindexQueue
+ schedule: every 6 minutes synchronized
+- description: get rid of doomed and deletable projects
+ url: /_cron/reap
+ schedule: every 24 hours synchronized
+- description: send ts_mon metrics
+ url: /internal/cron/ts_mon/send
+ schedule: every 1 minutes
+- description: export spam model training examples
+ url: /_cron/spamDataExport
+ timezone: US/Pacific
+ schedule: every day 01:00
« 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