This commit is contained in:
14
app/Process/WhfConsumerProcess.php
Normal file
14
app/Process/WhfConsumerProcess.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Process;
|
||||
|
||||
use Hyperf\AsyncQueue\Process\ConsumerProcess;
|
||||
use Hyperf\Process\Annotation\Process;
|
||||
|
||||
#[Process(name: 'async-queue')]
|
||||
class WhfConsumerProcess extends ConsumerProcess
|
||||
{
|
||||
protected string $queue = 'whf';
|
||||
}
|
Reference in New Issue
Block a user