This commit is contained in:
2023-03-31 10:31:51 +08:00
parent 8f1d367484
commit 8cfcb18d6a
-5
View File
@@ -59,11 +59,6 @@ class Pool extends Component
$connection->stopHeartbeatCheck();
}
}
if (\Kiri::isWorker() || \Kiri::isTask()) {
$state = json_encode($channel->stats(), JSON_UNESCAPED_UNICODE);
$this->logger->warning('channel status(' . env('environmental_workerId') . '): ' . $state);
}
}