-
Bug
-
Resolution: Fixed
-
Critical
-
2.8
-
MOODLE_28_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
wip-
MDL-48038-master -
-
Team A Sprint 1, Team '; drop tables Sprint 2
-
Medium
From moodle.org:
php html/admin/tool/task/cli/schedule_task.php --execute=\\core\\task\\tag_cron_task
|
Scheduled task: Background processing for tags
|
... used 125562 dbqueries
|
... used 56.182971954346 seconds
|
Task completed.
|
There looks to be something like a query per user from brief look with sql debugging.
--------------------------------
|
Query took: 6.8902969360352E-5 seconds.
|
--------------------------------
|
--------------------------------
|
SELECT 'x' FROM tag WHERE id = ? LIMIT 0, 1
|
[array (
|
0 => '1',
|
)]
|
--------------------------------
|
Query took: 7.2956085205078E-5 seconds.
|
--------------------------------
|
--------------------------------
|
SELECT 'x' FROM user WHERE id = ? AND deleted = ? LIMIT 0, 1
|
[array (
|
0 => '330246',
|
1 => 1,
|
)]
|
--------------------------------
|
Query took: 6.8902969360352E-5 seconds.
|
--------------------------------
|
--------------------------------
|
SELECT 'x' FROM tag WHERE id = ? LIMIT 0, 1
|
[array (
|
0 => '43',
|
)]
|
--------------------------------
|
Query took: 7.2002410888672E-5 seconds.
|
--------------------------------
|
--------------------------------
|
SELECT 'x' FROM user WHERE id = ? AND deleted = ? LIMIT 0, 1
|
[array (
|
0 => '330246',
|
1 => 1,
|
)]
|
|
- blocks
-
MDLSITE-3553 \core\task\tag_cron_task disabled on moodle.org
-
- Closed
-
- Discovered while testing
-
MDLSITE-3537 Moodle.org timeouts
-
- Resolved
-