diff --git a/src/Appwrite/Platform/Tasks/QueueRetry.php b/src/Appwrite/Platform/Tasks/QueueRetry.php index f34448d881..2781d9a3f7 100644 --- a/src/Appwrite/Platform/Tasks/QueueRetry.php +++ b/src/Appwrite/Platform/Tasks/QueueRetry.php @@ -57,7 +57,7 @@ class QueueRetry extends Action $limit = (int)$limit; $queueClient = new Client($name, $queue); - var_dump($limit); + if ($queueClient->countFailedJobs() === 0) { Console::error('No failed jobs found.'); return;