forked from emijrp/wikidata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crontab.yaml
105 lines (88 loc) · 2.57 KB
/
crontab.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework#Loading_jobs_from_a_YAML_file
#toolforge-jobs load crontab.yaml
---
- name: emijrpbot-stats
command: pwbvenv/bin/python pwbvenv/bot.stats.api.py --mem 2Gi
image: tf-python39
schedule: "3 23 * * *"
emails: none
- name: emijrpbot-ahk
command: pwbvenv/bin/python pwbvenv/all.human.knowledge.py --mem 1Gi
image: tf-python39
schedule: "3 20 * * *"
emails: none
- name: curatenewpages
command: pwbvenv/bin/python pwbvenv/curate.newpages.en.py
image: tf-python39
schedule: "3 17 * * *"
emails: none
- name: humanaliases-1
command: pwbvenv/bin/python pwbvenv/human.aliases.py
image: tf-python39
schedule: "11 17 * * *"
emails: none
- name: humanaliases-2
command: pwbvenv/bin/python pwbvenv/human.aliases.py
image: tf-python39
schedule: "13 17 * * *"
emails: none
- name: simbad-1
command: pwbvenv/bin/python pwbvenv/simbad.py
image: tf-python39
schedule: "21 17 * * *"
emails: none
- name: simbad-2
command: pwbvenv/bin/python pwbvenv/simbad.py
image: tf-python39
schedule: "23 17 * * *"
emails: none
- name: taxon-1
command: pwbvenv/bin/python pwbvenv/taxon.py
image: tf-python39
schedule: "31 17 * * *"
emails: none
- name: taxon-2
command: pwbvenv/bin/python pwbvenv/taxon.py
image: tf-python39
schedule: "33 17 * * *"
emails: none
- name: humandesc-1
command: pwbvenv/bin/python pwbvenv/human.descriptions.auto.py
image: tf-python39
schedule: "31 17 * * *"
emails: none
- name: humandesc-2
command: pwbvenv/bin/python pwbvenv/human.descriptions.auto.py
image: tf-python39
schedule: "33 17 * * *"
emails: none
- name: sciartdesc-1
command: pwbvenv/bin/python pwbvenv/scientific.articles.py
image: tf-python39
schedule: "41 17 * * *"
emails: none
- name: sciartdesc-2
command: pwbvenv/bin/python pwbvenv/scientific.articles.py
image: tf-python39
schedule: "43 17 * * *"
emails: none
- name: commondesccat-1
command: pwbvenv/bin/python pwbvenv/common.descriptions.py wikimedia-category
image: tf-python39
schedule: "51 17 * * *"
emails: none
- name: commondesccat-2
command: pwbvenv/bin/python pwbvenv/common.descriptions.py wikimedia-category
image: tf-python39
schedule: "52 17 * * *"
emails: none
- name: commondescchem-1
command: pwbvenv/bin/python pwbvenv/common.descriptions.py chemical-compound
image: tf-python39
schedule: "53 17 * * *"
emails: none
- name: commondescchem-2
command: pwbvenv/bin/python pwbvenv/common.descriptions.py chemical-compound
image: tf-python39
schedule: "54 17 * * *"
emails: none