forked from GoogleChrome/chromium-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cron.yaml
46 lines (46 loc) · 1.93 KB
/
cron.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
cron:
- description: retrieve from chromium.googlesource.com chromium histograms
url: /cron/histograms
schedule: every day 04:00
- description: retrieve from UMA Cloud Storage data gathered yesterday
url: /cron/metrics
schedule: every 6 hours synchronized
- description: update list of Blink components
url: /cron/update_blink_components
schedule: every day 04:30
- description: sort metrics and load into memcache without request time limits
url: /data/featurepopularity?refresh=1
schedule: every 30 minutes synchronized
- description: Trigger a DataStore export for backup.
url: /cron/export_backup
schedule: every day 03:00
- description: Send reminders to verify the accuracy of feature data.
url: /cron/send_accuracy_notifications
schedule: every monday 09:00
- description: Send reminder to check summary before publication.
url: /cron/send_prepublication
schedule: every tuesday 09:00
- description: Send reminders to reviewers of overdue reviews.
url: /cron/send_overdue_reviews
schedule: every day 09:00
- description: Notify any users that have been inactive for 6 months.
url: /cron/warn_inactive_users
schedule: 1st monday of month 9:00
- description: Removes any users that have been inactive for 9 months.
url: /cron/remove_inactive_users
schedule: 1st monday of month 9:00
- description: Update all feature links that are staled.
url: /cron/update_all_feature_links
schedule: every tuesday 05:00
- description: Check origin trials and associate with their ChromeStatus entry.
url: /cron/associate_origin_trials
schedule: every day 6:00
- description: Send origin trial process reminder emails.
url: /cron/send-ot-process-reminders
schedule: every monday 10:00
- description: Check if any origin trials require creation
url: /cron/create_origin_trials
schedule: every 5 minutes
- description: Check if any origin trials require activation
url: /cron/activate_origin_trials
schedule: every day 9:00