From d9c04f4fc099e891ddd131fe230818779aef8dee Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 5 Jan 2024 12:37:03 +0000 Subject: [PATCH] Update src/Appwrite/Platform/Tasks/Retry.php Co-authored-by: Eldad A. Fux --- src/Appwrite/Platform/Tasks/Retry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/Retry.php b/src/Appwrite/Platform/Tasks/Retry.php index a2cf883393..9e8f28ab78 100644 --- a/src/Appwrite/Platform/Tasks/Retry.php +++ b/src/Appwrite/Platform/Tasks/Retry.php @@ -30,7 +30,7 @@ class Retry extends Action $queueClient = new Client($queueName, $queue); if ($queueClient->sumFailedJobs() === 0) { - Console::error('Found no jobs to retry, are you sure you have the right queue name?'); + Console::error('No failed jobs found.'); return; }