mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Address Christy's Comments
This commit is contained in:
@@ -21,7 +21,7 @@ use Appwrite\Platform\Tasks\Upgrade;
|
||||
use Appwrite\Platform\Tasks\DeleteOrphanedProjects;
|
||||
use Appwrite\Platform\Tasks\GetMigrationStats;
|
||||
use Appwrite\Platform\Tasks\PatchRecreateRepositoriesDocuments;
|
||||
use Appwrite\Platform\Tasks\Retry;
|
||||
use Appwrite\Platform\Tasks\RetryJobs;
|
||||
|
||||
class Tasks extends Service
|
||||
{
|
||||
@@ -47,7 +47,7 @@ class Tasks extends Service
|
||||
->addAction(DeleteOrphanedProjects::getName(), new DeleteOrphanedProjects())
|
||||
->addAction(PatchRecreateRepositoriesDocuments::getName(), new PatchRecreateRepositoriesDocuments())
|
||||
->addAction(GetMigrationStats::getName(), new GetMigrationStats())
|
||||
->addAction(Retry::getName(), new Retry())
|
||||
->addAction(RetryJobs::getName(), new RetryJobs())
|
||||
|
||||
;
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ use Utopia\Queue\Client;
|
||||
use Utopia\Queue\Connection;
|
||||
use Utopia\Validator\Text;
|
||||
|
||||
class Retry extends Action
|
||||
class RetryJobs extends Action
|
||||
{
|
||||
public static function getName(): string
|
||||
{
|
||||
Reference in New Issue
Block a user