Answer the question
In order to leave comments, you need to log in
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 );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question