-
Notifications
You must be signed in to change notification settings - Fork 21
/
cron.yaml
36 lines (36 loc) · 1.11 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
cron:
# - description: "Update Lighthouse scores"
# url: /cron/update_lighthouse_scores
# schedule: every week 23:45
# timezone: America/Los_Angeles
# target: lighthouse
# retry_parameters:
# job_retry_limit: 1
- description: "Removes unused URLs and their metatdata"
url: /cron/delete_stale_lighthouse_reports
schedule: every sunday 23:00
timezone: America/Los_Angeles
target: lighthouse
retry_parameters:
job_retry_limit: 1
- description: "Removes URLs which are invalid (e.g. return 403/404/500)."
url: /cron/remove_invalid_urls
schedule: every 2 minutes
timezone: America/Los_Angeles
target: lighthouse
retry_parameters:
job_retry_limit: 1
#- description: "Updates median score for every LH category"
# url: /cron/update_median_scores
# schedule: every day 04:00
# timezone: America/Los_Angeles
# target: lighthouse
# retry_parameters:
# job_retry_limit: 2
- description: "Updates firestore counter for number of saved urls"
url: /cron/update_saved_url_count
schedule: every day 01:30
timezone: America/Los_Angeles
target: lighthouse
retry_parameters:
job_retry_limit: 1