This commit is contained in:
as2252258@163.com
2021-03-01 00:56:30 +08:00
parent 55109fa64d
commit 5a2b6169cd
-2
View File
@@ -35,8 +35,6 @@ class OnWorkerStart extends Callback
Coroutine::set(['enable_deadlock_check' => false]);
Snowflake::app()->stateInit();
$this->isPrint = false;
$this->debug(sprintf('System#%d start.', $worker_id));
if ($worker_id >= $server->setting['worker_num']) {
$this->onTask($server, $worker_id);