hiqdev\assetpackagist\console\QueueController::actionRun PHP Method

actionRun() public method

Runs the queue in $channel
public actionRun ( string $channel )
$channel string Channel name
    public function actionRun($channel)
    {
        Yii::$app->queue->run($channel);
    }