Skip to content

Commit

Permalink
Update QueueCommands.php (#5964)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu951 committed Apr 24, 2024
1 parent a042659 commit e99b7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/core/QueueCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function getQueueService(): QueueFactory
* Run a specific queue by name.
*/
#[CLI\Command(name: self::RUN, aliases: ['queue-run'])]
#[CLI\Argument(name: 'name', description: 'The name of the queue to run, as defined in either hook_queue_info or hook_cron_queue_info.')]
#[CLI\Argument(name: 'name', description: 'The name of the queue to run, as defined in QueueWorker annotation class.')]
#[CLI\Option(name: 'time-limit', description: 'The maximum number of seconds allowed to run the queue.')]
#[CLI\Option(name: 'items-limit', description: 'The maximum number of items allowed to run the queue.')]
#[CLI\Option(name: 'lease-time', description: 'The maximum number of seconds that an item remains claimed.')]
Expand Down

0 comments on commit e99b7ee

Please sign in to comment.