From cc67bcba2889eeb12d0d1bd0586903debb9cd9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 12 Dec 2023 21:33:02 +0100 Subject: [PATCH] Add group for cloud limit check --- src/Appwrite/Platform/Workers/Functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Workers/Functions.php b/src/Appwrite/Platform/Workers/Functions.php index 247286e47e..b1080645c2 100644 --- a/src/Appwrite/Platform/Workers/Functions.php +++ b/src/Appwrite/Platform/Workers/Functions.php @@ -39,6 +39,7 @@ class Functions extends Action { $this ->desc('Functions worker') + ->groups(['functions']) ->inject('message') ->inject('dbForProject') ->inject('queueForFunctions')