Pending now in queue
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Incoviba\Command\Job;
|
namespace Incoviba\Command\Queue;
|
||||||
|
|
||||||
use Symfony\Component\Console;
|
|
||||||
use Incoviba\Service;
|
use Incoviba\Service;
|
||||||
|
use Symfony\Component\Console;
|
||||||
|
|
||||||
#[Console\Attribute\AsCommand(name: 'jobs:pending', description: 'List pending jobs')]
|
#[Console\Attribute\AsCommand(name: 'queue:pending', description: 'List pending jobs in queue')]
|
||||||
class Pending extends Console\Command\Command
|
class Pending extends Console\Command\Command
|
||||||
{
|
{
|
||||||
public function __construct(protected Service\Job $jobService, ?string $name = null)
|
public function __construct(protected Service\Job $jobService, ?string $name = null)
|
Reference in New Issue
Block a user