Explorar el Código

Update worker

twomiao hace 2 años
padre
commit
74e8dfb764
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Worker.php

+ 1 - 1
src/Worker.php

@@ -629,7 +629,7 @@ class Worker
         static::$status = static::STATUS_STARTING;
 
         // Avoiding incorrect user calls.
-        // static::resetGlobalEvent();
+        static::resetGlobalEvent();
 
         // For statistics.
         static::$globalStatistics['start_timestamp'] = time();