1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

Update RetryJobs.php

This commit is contained in:
Bradley Schofield 2024-01-24 17:49:52 +00:00
parent ab2d830cc0
commit 57c019ff98

View file

@ -3,12 +3,10 @@
namespace Appwrite\Platform\Tasks; namespace Appwrite\Platform\Tasks;
use Appwrite\Event\Event; use Appwrite\Event\Event;
use Twig\Node\Expression\Test\EvenTest;
use Utopia\CLI\Console; use Utopia\CLI\Console;
use Utopia\Platform\Action; use Utopia\Platform\Action;
use Utopia\Queue\Client; use Utopia\Queue\Client;
use Utopia\Queue\Connection; use Utopia\Queue\Connection;
use Utopia\Validator\Text;
use Utopia\Validator\WhiteList; use Utopia\Validator\WhiteList;
class RetryJobs extends Action class RetryJobs extends Action