From 6997eec9dd11b787ffc84251493f031edca29557 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 24 Jan 2024 17:54:52 +0000 Subject: [PATCH] Rename RetryJobs to QueueRetry --- src/Appwrite/Platform/Tasks/{RetryJobs.php => QueueRetry.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Appwrite/Platform/Tasks/{RetryJobs.php => QueueRetry.php} (98%) diff --git a/src/Appwrite/Platform/Tasks/RetryJobs.php b/src/Appwrite/Platform/Tasks/QueueRetry.php similarity index 98% rename from src/Appwrite/Platform/Tasks/RetryJobs.php rename to src/Appwrite/Platform/Tasks/QueueRetry.php index 6c48e0fd22..cba68f9936 100644 --- a/src/Appwrite/Platform/Tasks/RetryJobs.php +++ b/src/Appwrite/Platform/Tasks/QueueRetry.php @@ -9,7 +9,7 @@ use Utopia\Queue\Client; use Utopia\Queue\Connection; use Utopia\Validator\WhiteList; -class RetryJobs extends Action +class QueueRetry extends Action { public static function getName(): string {