-
Notifications
You must be signed in to change notification settings - Fork 1
/
scheduledTasks.xml
27 lines (25 loc) · 1.01 KB
/
scheduledTasks.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE scheduled_tasks SYSTEM "../lib/pkp/dtd/scheduledTasks.dtd">
<scheduled_tasks>
<task class="plugins.generic.cspSubmission.class.NotifyEditorInactivity">
<descr>Notifies editors who have been inactive for a while.</descr>
<frequency hour="8"/>
</task>
<task class="plugins.generic.cspSubmission.class.NotifyWaitingForAuthor">
<descr>Notifies authors who have pending articles for one month.</descr>
<frequency hour="8"/>
</task>
<task class="plugins.generic.cspSubmission.class.SendDeclinedSubmissionEmail">
<descr>Send declined submissions emails.</descr>
<frequency hour="3"/>
</task>
<task class="plugins.generic.cspSubmission.class.ReviewQuewe">
<descr>Process reviewer queue.</descr>
<frequency hour="0"/>
<frequency minute="30"/>
<arg>1</arg>
<arg>1</arg>
<arg>3</arg>
<arg>SUBMISSION_REVIEW_METHOD_DOUBLEBLIND</arg>
</task>
</scheduled_tasks>