2013-04-12 21:19:21 +04:00
|
|
|
cron:
|
2015-02-10 20:31:50 +03:00
|
|
|
- description: retrieve from chromium.googlesource.com chromium histograms
|
|
|
|
url: /cron/histograms
|
|
|
|
schedule: every day 04:00
|
2013-04-12 21:19:21 +04:00
|
|
|
- description: retrieve from UMA Cloud Storage data gathered yesterday
|
|
|
|
url: /cron/metrics
|
2021-01-21 03:21:14 +03:00
|
|
|
schedule: every 6 hours synchronized
|
2017-06-27 00:57:19 +03:00
|
|
|
- description: update list of Blink components
|
2017-06-21 07:03:49 +03:00
|
|
|
url: /cron/update_blink_components
|
2017-06-27 00:57:19 +03:00
|
|
|
schedule: every day 04:30
|
2019-10-28 23:09:38 +03:00
|
|
|
- description: sort metrics and load into memcache without request time limits
|
2020-10-10 00:47:34 +03:00
|
|
|
url: /data/featurepopularity?refresh=1
|
2019-10-28 23:09:38 +03:00
|
|
|
schedule: every 30 minutes synchronized
|
2022-07-15 03:04:45 +03:00
|
|
|
- description: Trigger a DataStore export for backup.
|
|
|
|
url: /cron/export_backup
|
|
|
|
schedule: every day 03:00
|
2022-08-08 18:33:18 +03:00
|
|
|
- description: Send reminders to verify the accuracy of feature data.
|
|
|
|
url: /cron/send_accuracy_notifications
|
|
|
|
schedule: every monday 09:00
|
2022-09-23 20:23:55 +03:00
|
|
|
- description: Send reminder to check summary before publication.
|
|
|
|
url: /cron/send_prepublication
|
|
|
|
schedule: every tuesday 09:00
|
2022-09-15 23:43:22 +03: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
|
2023-08-09 19:08:47 +03:00
|
|
|
- description: Update all feature links that are staled.
|
|
|
|
url: /cron/update_all_feature_links
|
2023-08-30 21:23:03 +03:00
|
|
|
schedule: every tuesday 05:00
|
2023-09-12 21:50:44 +03:00
|
|
|
- description: |
|
|
|
|
Check for origin trials and associate them with their respective
|
|
|
|
ChromeStatus feature entry.
|
|
|
|
url: /cron/associate_origin_trials
|
|
|
|
schedule: every day 6:00
|