songxingwei 2 سال پیش
والد
کامیت
a0ead1e3a3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      application/admin/controller/Queue.php

+ 2 - 2
application/admin/controller/Queue.php

@@ -53,8 +53,8 @@ class Queue extends Controller
             $this->command = ProcessService::instance()->think('xtask:start');
             $this->listen = preg_match('/process.*?\d+.*?running/', $this->message, $attr);
 
-            $listen = ProcessService::instance()->query('xtask:_work');
-            dump($listen);
+//            $listen = ProcessService::instance()->query('xtask:_work');
+//            dump($listen);
 
         } catch (\Exception $exception) {
             $this->listen = false;