forked from RBoelter/mostViewed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scheduledTasksAutoStage.xml
28 lines (25 loc) · 1.02 KB
/
scheduledTasksAutoStage.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
* plugins/generic/usageStats/scheduledTasksAutoStage.xml
*
* Copyright (c) 2013-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Usage statistics plugin scheduled tasks registry file.
*
* This file lists all usage statistics plugin scheduled tasks to be executed by the system.
*
* Note that this functionality requires scheduled task support to be enabled.
* The degree of granularity supported for the task frequency depends on the
* frequency the scheduled task script itself is scheduled to run (as
* configured in cron, for example).
-->
<!DOCTYPE scheduled_tasks SYSTEM "../../../lib/pkp/dtd/scheduledTasks.dtd">
<scheduled_tasks>
<task class="plugins.generic.mostViewed.MostViewedHandler">
<descr>Extract transform and load usage statistics data into plugin settings.</descr>
<frequency hour="0"/>
<arg>autoStage</arg>
</task>
</scheduled_tasks>