Update src/Appwrite/Platform/Tasks/RetryJobs.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Bradley Schofield 2024-01-24 14:45:24 +00:00 committed by GitHub
parent 351abe50d3
commit d3e9d03329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ class RetryJobs extends Action
{
public static function getName(): string
{
return 'retry-jobs';
return 'queue-retry';
}