mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update src/Appwrite/Platform/Tasks/Retry.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
parent
4199126984
commit
d9c04f4fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Retry extends Action
|
||||||
$queueClient = new Client($queueName, $queue);
|
$queueClient = new Client($queueName, $queue);
|
||||||
|
|
||||||
if ($queueClient->sumFailedJobs() === 0) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue