mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Tasks/Retry.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
co-authored by
Eldad A. Fux
parent
4199126984
commit
d9c04f4fc0
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user