Update src/Appwrite/Platform/Tasks/Retry.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Bradley Schofield
2024-01-05 12:37:03 +00:00
committed by GitHub
co-authored by Eldad A. Fux
parent 4199126984
commit d9c04f4fc0
+1 -1
View File
@@ -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;
}