1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

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
parent 4199126984
commit d9c04f4fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}