OLD | NEW |
1 # Copyright 2015 The Swarming Authors. All rights reserved. | 1 # Copyright 2015 The Swarming Authors. All rights reserved. |
2 # Use of this source code is governed by the Apache v2.0 license that can be | 2 # Use of this source code is governed by the Apache v2.0 license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 cron: | 5 cron: |
6 | 6 |
7 - description: import configs from Gitiles | 7 - description: import configs from Gitiles |
8 target: backend | 8 target: backend |
9 url: /internal/cron/luci-config/gitiles_import | 9 url: /internal/cron/luci-config/gitiles_import |
10 schedule: every 2 minutes | 10 schedule: every 10 minutes |
11 | 11 |
12 ### ereporter2 | 12 ### ereporter2 |
13 | 13 |
14 - description: ereporter2 cleanup | 14 - description: ereporter2 cleanup |
15 target: backend | 15 target: backend |
16 url: /internal/cron/ereporter2/cleanup | 16 url: /internal/cron/ereporter2/cleanup |
17 schedule: every 1 hours | 17 schedule: every 1 hours |
18 | 18 |
19 - description: ereporter2 mail exception report | 19 - description: ereporter2 mail exception report |
20 target: backend | 20 target: backend |
21 url: /internal/cron/ereporter2/mail | 21 url: /internal/cron/ereporter2/mail |
22 schedule: every 1 hours synchronized | 22 schedule: every 1 hours synchronized |
OLD | NEW |