Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 28... Línea 28...
28
        'minute' => '*',
28
        'minute' => '*',
29
        'hour' => '*',
29
        'hour' => '*',
30
        'day' => '*',
30
        'day' => '*',
31
        'month' => '*',
31
        'month' => '*',
32
        'dayofweek' => '*'
32
        'dayofweek' => '*'
33
    )
33
    ),
-
 
34
    [
-
 
35
        'classname' => '\mod_assign\task\queue_all_assignment_due_soon_notification_tasks',
-
 
36
        'blocking' => 0,
-
 
37
        'minute' => 'R',
-
 
38
        'hour' => '*/2',
-
 
39
        'day' => '*',
-
 
40
        'month' => '*',
-
 
41
        'dayofweek' => '*',
-
 
42
    ],
-
 
43
    [
-
 
44
        'classname' => '\mod_assign\task\queue_all_assignment_overdue_notification_tasks',
-
 
45
        'blocking' => 0,
-
 
46
        'minute' => 'R',
-
 
47
        'hour' => '*/1',
-
 
48
        'day' => '*',
-
 
49
        'month' => '*',
-
 
50
        'dayofweek' => '*',
-
 
51
    ],
-
 
52
    [
-
 
53
        'classname' => '\mod_assign\task\queue_all_assignment_due_digest_notification_tasks',
-
 
54
        'blocking' => 0,
-
 
55
        'minute' => 'R',
-
 
56
        'hour' => '1',
-
 
57
        'day' => '*',
-
 
58
        'month' => '*',
-
 
59
        'dayofweek' => '*',
-
 
60
    ],
34
);
61
);