N
N
nooclik2020-01-18 17:29:41
Yii
nooclik, 2020-01-18 17:29:41

Queue problem. What am I doing wrong?

Good day, a question about the yiisoft / yii2-queue extension, what I'm doing wrong

$queue = \Yii::$app->queue;
        foreach ( $items as $item ) {
            $queue->push( new ImportQueue( ['data' => $item] ) );
        }
$queue->run( false );

Everything seems to be fine, the queue is being formed, it is being executed, but at the time of execution the site lies with 504. File type, Help me out

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question