OLD | NEW |
1 # TODO(maruel): Use a backend and use everywhere: | 1 # TODO(maruel): Use a backend and use everywhere: |
2 # target: backend | 2 # target: backend |
3 cron: | 3 cron: |
4 - description: Trigger the cleanup of old data and orphaned blobs | 4 - description: Trigger the cleanup of old data and orphaned blobs |
5 url: /internal/cron/trigger_cleanup_data | 5 url: /internal/cron/trigger_cleanup_data |
6 schedule: every 6 hours | 6 schedule: every 6 hours |
7 | 7 |
8 - description: Gathers statistics from the logs | 8 - description: Gathers statistics from the logs |
9 url: /internal/cron/stats/update | 9 url: /internal/cron/stats/update |
10 schedule: every 1 minutes | 10 schedule: every 1 minutes |
(...skipping 23 matching lines...) Expand all Loading... |
34 | 34 |
35 - description: ereporter2 mail exception report | 35 - description: ereporter2 mail exception report |
36 url: /internal/cron/ereporter2/mail | 36 url: /internal/cron/ereporter2/mail |
37 schedule: every 1 hours synchronized | 37 schedule: every 1 hours synchronized |
38 | 38 |
39 ### gae_ts_mon | 39 ### gae_ts_mon |
40 | 40 |
41 - description: Send ts_mon metrics | 41 - description: Send ts_mon metrics |
42 url: /internal/cron/ts_mon/send | 42 url: /internal/cron/ts_mon/send |
43 schedule: every 1 minutes | 43 schedule: every 1 minutes |
| 44 |
| 45 |
| 46 ### luci-config |
| 47 |
| 48 - description: read luci-config configs |
| 49 # Handled by inclusion of components/config in app.yaml. |
| 50 url: /internal/cron/config/update |
| 51 schedule: every 1 minutes |
OLD | NEW |