-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcronjob.xml
More file actions
17 lines (17 loc) · 999 Bytes
/
cronjob.xml
File metadata and controls
17 lines (17 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/vortex/cronjob.xsd">
<import>
<cronjob name="de.mysterycode.wcf.spiders.refreshSpiders">
<classname>wcf\system\cronjob\MysteryCodeSpiderRefreshCronjob</classname>
<description><![CDATA[Refreshes list of search robots with custom sources (replaces WoltLabs cronjob)]]></description>
<description language="de"><![CDATA[Aktualisiert die Liste der Suchroboter anhand benutzerdefinierter Quellen (ersetzt WoltLabs Cronjob)]]></description>
<startminute>0</startminute>
<starthour>3</starthour>
<startdom>1</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<canbeedited>1</canbeedited>
<canbedisabled>1</canbedisabled>
</cronjob>
</import>
</data>