From 6cc2f466cb5b31a51c81dd0900b0e83b4b9fab27 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sat, 13 Jul 2024 10:05:42 +0200 Subject: [PATCH] Upgrade: Make the \theme_boost_union\task\purge_cache task non-blocking as this has been deprecated in Moodle core. --- CHANGES.md | 1 + db/tasks.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cb95229c2d7..4c0476d1602 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2024-07-13 - Upgrade: Make the \theme_boost_union\task\purge_cache task non-blocking as this has been deprecated in Moodle core. * 2024-07-13 - Bugfix: Adopt fix for MDL-82397 before its integration into Moodle core, relates to #691. * 2024-07-12 - Upgrade: Adapt the course index icon feature visually to the new icon sizes. * 2024-07-12 - Upgrade: Adopt changes for coloring the activity icons when modifying the activity purpose. diff --git a/db/tasks.php b/db/tasks.php index 7f76104bb9b..cdb6b97e6d4 100644 --- a/db/tasks.php +++ b/db/tasks.php @@ -27,7 +27,7 @@ $tasks = [ [ 'classname' => '\theme_boost_union\task\purge_cache', - 'blocking' => 1, + 'blocking' => 0, 'minute' => '0', 'hour' => '0', 'day' => '*',