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
+1 -1
View File
@@ -12,7 +12,7 @@ class RetryJobs extends Action
{
public static function getName(): string
{
return 'retry-jobs';
return 'queue-retry';
}