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 {