Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed 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 | # The default timezone for crons in App Engine is UTC. |
| 7 | # See: https://cloud.google.com/appengine/docs/standard/python/config/cronref#syntax |
| 8 | # To avoid potential bugs with Daylight Savings Time, please do |
| 9 | # not use timezones other than UTC. |
| 10 | |
| 11 | cron: |
| 12 | - description: keep the databases loaded |
| 13 | url: /p/chromium/issues/list |
| 14 | schedule: every 30 minutes synchronized |
| 15 | - description: consolidate old invalidation rows |
| 16 | url: /_cron/ramCacheConsolidate |
| 17 | schedule: every 6 hours synchronized |
| 18 | - description: index issues that were modified in big batches |
| 19 | url: /_cron/reindexQueue |
Adrià Vilanova Martínez | 515639b | 2021-07-06 16:43:59 +0200 | [diff] [blame] | 20 | schedule: every 10 minutes synchronized |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 21 | - description: get rid of doomed and deletable projects |
| 22 | url: /_cron/reap |
| 23 | schedule: every 24 hours synchronized |
| 24 | - description: send ts_mon metrics |
| 25 | url: /internal/cron/ts_mon/send |
Adrià Vilanova Martínez | 515639b | 2021-07-06 16:43:59 +0200 | [diff] [blame] | 26 | schedule: every 10 minutes |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 27 | - description: fetch api clients from luci-config |
| 28 | url: /_cron/loadApiClientConfigs |
| 29 | schedule: every 30 minutes synchronized |
| 30 | - description: deletes old visited hotlists |
| 31 | url: /_cron/trimVisitedPages |
| 32 | schedule: every monday 01:00 |
| 33 | - description: ping all issues with date fields that arrived |
| 34 | url: /_cron/dateAction |
| 35 | schedule: every day 12:00 |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 36 | - description: sync monorail's user lists with wipeout-lite |
| 37 | url: /_cron/wipeoutSync |
| 38 | schedule: every day 09:00 |