-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathofelia.ini
More file actions
115 lines (100 loc) · 3.62 KB
/
ofelia.ini
File metadata and controls
115 lines (100 loc) · 3.62 KB
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
106
107
108
109
110
111
112
113
114
[global]
smtp-host = mail.octofox.de
smtp-port = 587
smtp-user = noreply@star-citizen.wiki
smtp-password =
email-to = foxftw@star-citizen.wiki
email-from = noreply@star-citizen.wiki
mail-only-on-error = true
# Wiki Jobs
[job-exec "generate-sitemap"]
schedule = @daily
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/maintenance/generateSitemap.php --fspath /var/www/html/sitemap --server https://star-citizen.wiki --identifier=scw --urlpath=/sitemap/
user = www-data
[job-exec "update-search-suggestion-index"]
schedule = @every 1h
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/CirrusSearch/maintenance/UpdateSuggesterIndex.php
user = www-data
[job-exec "update-special-pages"]
schedule = @every 4h
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/maintenance/updateSpecialPages.php
user = www-data
# Queue is now handled in jobrunner
#[job-exec "queue"]
#schedule = @every 10s
#container = star-citizen.wiki-live
#command = /usr/local/bin/queue
#user = www-data
#no-overlap = true
[job-exec "cleanup-upload-stash"]
schedule = @monthly
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/maintenance/cleanupUploadStash.php
user = www-data
[job-exec "cleanup-watchlist"]
schedule = @monthly
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/maintenance/cleanupWatchlist.php --fix
user = www-data
# Semantic Media Wiki Jobs
# Based on https://www.semantic-mediawiki.org/wiki/Help:Cron_jobs
## Daily
[job-exec "smw-rebuild-shallow"]
# Daily at 05:01:01
schedule = 1 1 5 * * *
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildData.php --shallow-update -d 100
user = www-data
no-overlap = true
[job-exec "smw-dispose-outdated"]
# Daily at 06:01:01
schedule = 1 1 6 * * *
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/disposeOutdatedEntities.php
user = www-data
no-overlap = true
[job-exec "smw-rebuild-statistics"]
# Daily at 07:01:01
schedule = 1 1 7 * * *
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildPropertyStatistics.php
user = www-data
no-overlap = true
[job-exec "smw-rebuild-concept-cache"]
# Daily at 07:30:01
schedule = 1 30 7 * * *
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildConceptCache.php --update --create
user = www-data
no-overlap = true
## Weekly
[job-exec "smw-rebuild-full"]
schedule = 1 1 8 * * 1
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/rebuildData.php -d 100 --auto-recovery --ignore-exceptions
user = www-data
no-overlap = true
[job-exec "smw-setup-store"]
schedule = 1 1 9 * * 1
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/setupStore.php --quiet --skip-import
user = www-data
no-overlap = true
# Monthly
[job-exec "smw-remove-duplicated"]
# At 03:15:01 on day-of-month 1.
schedule = 1 15 3 1 * *
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/SemanticMediaWiki/maintenance/removeDuplicateEntities.php
user = www-data
no-overlap = true
[job-exec "generate-descriptions"]
# At 04:15:01 on day-of-month 1.
schedule = 1 15 4 1 * *
container = star-citizen.wiki-live
command = /usr/local/bin/php /var/www/html/extensions/WikiSEO/maintenance/GenerateDescription.php --force 0,3100
user = www-data
no-overlap = true