Update PIP XML files based on PIP GUI formatting
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / cronjob.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/vortex/cronjob.xsd">
3 <import>
4 <cronjob name="com.woltlab.wcf.refreshPackageUpdates">
5 <classname>wcf\system\cronjob\GetUpdateInfoCronjob</classname>
6 <description>Updates package information</description>
7 <description language="de">Aktualisiert Paket-Informationen</description>
8 <startminute>0</startminute>
9 <starthour>2</starthour>
10 <startdom>*/2</startdom>
11 <startmonth>*</startmonth>
12 <startdow>*</startdow>
13 </cronjob>
14 <cronjob name="com.woltlab.wcf.refreshSearchRobots">
15 <classname>wcf\system\cronjob\RefreshSearchRobotsCronjob</classname>
16 <description>Refreshes list of search robots</description>
17 <description language="de">Aktualisiert die Liste der Suchroboter</description>
18 <startminute>0</startminute>
19 <starthour>3</starthour>
20 <startdom>1</startdom>
21 <startmonth>*</startmonth>
22 <startdow>*</startdow>
23 </cronjob>
24 <cronjob name="com.woltlab.wcf.dailyCleanUp">
25 <classname>wcf\system\cronjob\DailyCleanUpCronjob</classname>
26 <description>Executes daily Cleanup</description>
27 <description language="de">Führt tägliche Aufräumarbeiten aus</description>
28 <startminute>0</startminute>
29 <starthour>1</starthour>
30 <startdom>*</startdom>
31 <startmonth>*</startmonth>
32 <startdow>*</startdow>
33 </cronjob>
34 <cronjob name="com.woltlab.wcf.hourlyCleanUp">
35 <classname>wcf\system\cronjob\HourlyCleanUpCronjob</classname>
36 <description>Executes hourly Cleanup</description>
37 <description language="de">Führt stündliche Aufräumarbeiten aus</description>
38 <startminute>0</startminute>
39 <starthour>*</starthour>
40 <startdom>*</startdom>
41 <startmonth>*</startmonth>
42 <startdow>*</startdow>
43 </cronjob>
44 <cronjob name="com.woltlab.wcf.sessionCleanUp">
45 <classname>wcf\system\cronjob\SessionCleanUpCronjob</classname>
46 <description>Deletes expired sessions</description>
47 <description language="de">Löscht abgelaufene Sessions</description>
48 <startminute>*/30</startminute>
49 <starthour>*</starthour>
50 <startdom>*</startdom>
51 <startmonth>*</startmonth>
52 <startdow>*</startdow>
53 </cronjob>
54 <cronjob name="com.woltlab.wcf.attachmentCleanUp">
55 <classname>wcf\system\cronjob\AttachmentCleanUpCronjob</classname>
56 <description>Deletes orphaned attachments</description>
57 <description language="de">Löscht verwaiste Dateianhänge</description>
58 <startminute>0</startminute>
59 <starthour>2</starthour>
60 <startdom>*</startdom>
61 <startmonth>*</startmonth>
62 <startdow>*</startdow>
63 </cronjob>
64 <cronjob name="com.woltlab.wcf.backgroundQueueCleanUp">
65 <classname>wcf\system\cronjob\BackgroundQueueCleanUpCronjob</classname>
66 <description>Requeues stuck queue items</description>
67 <description language="de">Räumt Hintergrundaufgaben auf</description>
68 <startminute>*/10</startminute>
69 <starthour>*</starthour>
70 <startdom>*</startdom>
71 <startmonth>*</startmonth>
72 <startdow>*</startdow>
73 </cronjob>
74 <cronjob name="com.woltlab.wcf.lastActivityUpdate">
75 <classname>wcf\system\cronjob\LastActivityCronjob</classname>
76 <description>Updates last activity timestamp</description>
77 <description language="de">Aktualisiert Zeitpunkt der letzten Aktivität</description>
78 <startminute>*/5</startminute>
79 <starthour>*</starthour>
80 <startdom>*</startdom>
81 <startmonth>*</startmonth>
82 <startdow>*</startdow>
83 </cronjob>
84 <cronjob name="com.woltlab.wcf.userQuit">
85 <classname>wcf\system\cronjob\UserQuitCronjob</classname>
86 <description>Deletes canceled user accounts</description>
87 <description language="de">Löscht gekündigte Benutzer-Accounts</description>
88 <startminute>0</startminute>
89 <starthour>0</starthour>
90 <startdom>*</startdom>
91 <startmonth>*</startmonth>
92 <startdow>*</startdow>
93 </cronjob>
94 <cronjob name="com.woltlab.wcf.dailyMailNotification">
95 <classname>wcf\system\cronjob\DailyMailNotificationCronjob</classname>
96 <description>Sends daily mail notifications</description>
97 <description language="de">Versendet tägliche E-Mail-Benachrichtigungen</description>
98 <startminute>*/30</startminute>
99 <starthour>*</starthour>
100 <startdom>*</startdom>
101 <startmonth>*</startmonth>
102 <startdow>*</startdow>
103 </cronjob>
104 <cronjob name="com.woltlab.wcf.moderationQueueCleanup">
105 <classname>wcf\system\cronjob\ModerationQueueCronjob</classname>
106 <description>Moderation queue cleanup</description>
107 <description language="de">Löscht veraltete Einträge in der Moderation</description>
108 <startminute>0</startminute>
109 <starthour>1</starthour>
110 <startdom>*</startdom>
111 <startmonth>*</startmonth>
112 <startdow>*</startdow>
113 </cronjob>
114 <cronjob name="com.woltlab.wcf.statDailyBuilder">
115 <classname>wcf\system\cronjob\StatDailyBuilderCronjob</classname>
116 <description>Builds the daily statistics</description>
117 <description language="de">Generiert die täglichen Statistiken</description>
118 <startminute>0</startminute>
119 <starthour>1</starthour>
120 <startdom>*</startdom>
121 <startmonth>*</startmonth>
122 <startdow>*</startdow>
123 </cronjob>
124 <cronjob name="com.woltlab.wcf.userGroupAssignment">
125 <classname>wcf\system\cronjob\UserGroupAssignmentCronjob</classname>
126 <description>Automatically assigns users to user groups</description>
127 <description language="de">Ordnet Benutzer automatisch Benutzergruppen zu</description>
128 <startminute>*/30</startminute>
129 <starthour>*</starthour>
130 <startdom>*</startdom>
131 <startmonth>*</startmonth>
132 <startdow>*</startdow>
133 </cronjob>
134 <cronjob name="com.woltlab.wcf.userBan">
135 <classname>wcf\system\cronjob\UserBanCronjob</classname>
136 <description>Unbans users and enables disabled avatars and disabled signatures</description>
137 <description language="de">Entsperrt gesperrte Benutzer, Avatare und Signaturen</description>
138 <startminute>0</startminute>
139 <starthour>1</starthour>
140 <startdom>*</startdom>
141 <startmonth>*</startmonth>
142 <startdow>*</startdow>
143 </cronjob>
144 <cronjob name="com.woltlab.wcf.articlePublication">
145 <classname>wcf\system\cronjob\ArticlePublicationCronjob</classname>
146 <description>Publishes delayed articles</description>
147 <description language="de">Veröffentlicht Artikel</description>
148 <startminute>*/5</startminute>
149 <starthour>*</starthour>
150 <startdom>*</startdom>
151 <startmonth>*</startmonth>
152 <startdow>*</startdow>
153 </cronjob>
154 <cronjob name="com.woltlab.wcf.expiringPaidSubscriptionUser">
155 <classname>wcf\system\cronjob\ExpiringPaidSubscriptionUserCronjob</classname>
156 <description>Sends notifications about expiring paid subscriptions</description>
157 <description language="de">Sendet Benachrichtigungen über ablaufende bezahlte Mitgliedschaften</description>
158 <startminute>0</startminute>
159 <starthour>2</starthour>
160 <startdom>*</startdom>
161 <startmonth>*</startmonth>
162 <startdow>*</startdow>
163 </cronjob>
164 <cronjob name="com.woltlab.wcf.rebuildSitemap">
165 <classname>wcf\system\cronjob\RebuildSitemapCronjob</classname>
166 <description>Rebuilds the sitemap</description>
167 <description language="de">Aktualisiert die Sitemap</description>
168 <startminute>0</startminute>
169 <starthour>3</starthour>
170 <startdom>*</startdom>
171 <startmonth>*</startmonth>
172 <startdow>*</startdow>
173 </cronjob>
174 <cronjob name="com.woltlab.wcf.assignTrophies">
175 <classname>wcf\system\cronjob\AssignTrophiesCronjob</classname>
176 <description>Assign trophies based on rules</description>
177 <description language="de">Ordnet Trophäen aufgrund der Regeln zu</description>
178 <startminute>*/5</startminute>
179 <starthour>*</starthour>
180 <startdom>*</startdom>
181 <startmonth>*</startmonth>
182 <startdow>*</startdow>
183 </cronjob>
184 </import>
185 </data>