mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-73293 core_task: Cleanup stale adhoc task metadata
This commit is contained in:
parent
5500d143f4
commit
cd1a7291ea
5 changed files with 129 additions and 1 deletions
|
@ -428,4 +428,13 @@ $tasks = array(
|
|||
'month' => '*',
|
||||
'dayofweek' => '*',
|
||||
),
|
||||
[
|
||||
'classname' => 'core\task\task_lock_cleanup_task',
|
||||
'blocking' => 0,
|
||||
'minute' => 'R',
|
||||
'hour' => '0',
|
||||
'day' => '*',
|
||||
'dayofweek' => '*',
|
||||
'month' => '*'
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue