songxingwei 2 tahun lalu
induk
melakukan
720325ddda
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 71 -');
-            dump($listen);
+//            $listen = ProcessService::instance()->query('xtask:_work 71 -');
+//            dump($listen);
         } catch (\Exception $exception) {
             $this->listen = false;
             $this->message = $exception->getMessage();