We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3712aee commit ece5740Copy full SHA for ece5740
src/Drush/Commands/RetryFailedQueueCommand.php
@@ -40,6 +40,8 @@ public static function create(ContainerInterface $container): self {
40
41
/**
42
* Retries all failed jobs in the os2web_audit queue.
43
+ *
44
+ * @param array<string, mixed> $options
45
*/
46
#[Command(name: 'audit:retry-failed-jobs')]
47
#[Option(name: 'id', description: "Retry a specific job by ID (e.g. 1245.)")]
0 commit comments