From 12458af84ab32645f93e18034729923a388d6b6d Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 28 Oct 2024 11:34:02 +0200 Subject: [PATCH] injecting poolForQueue to schedulers --- src/Appwrite/Platform/Tasks/ScheduleFunctions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Tasks/ScheduleFunctions.php b/src/Appwrite/Platform/Tasks/ScheduleFunctions.php index ff8d99c8e5..7d12d9ea0a 100644 --- a/src/Appwrite/Platform/Tasks/ScheduleFunctions.php +++ b/src/Appwrite/Platform/Tasks/ScheduleFunctions.php @@ -8,6 +8,7 @@ use Utopia\CLI\Console; use Utopia\Database\Database; use Utopia\Database\DateTime; use Utopia\Pools\Group; +use Utopia\Pools\Pool; class ScheduleFunctions extends ScheduleBase {