diff --git a/commands/SpiderController.php b/commands/SpiderController.php index 475497b..d8245c8 100644 --- a/commands/SpiderController.php +++ b/commands/SpiderController.php @@ -63,7 +63,7 @@ class SpiderController extends Controller if ($index == 1) { \Yii::$app->queue->push(new RunwayJob([ 'source' => $item, - ]));die; + ])); } } }