info('开始同步Hysteria2节点流量数据'); // 同步所有Hysteria2节点 $hysteria2Nodes = Node::where('type', 5)->where('status', 1)->get(); if ($hysteria2Nodes->isNotEmpty()) { GetTrafficStats::dispatchSync($hysteria2Nodes); GetOnlineUser::dispatchSync($hysteria2Nodes); } $jobTime = round(microtime(true) - $jobTime, 4); Log::info(__('----「:job」Completed, Used :time seconds ----', ['job' => $this->description, 'time' => $jobTime])); } }