This commit is contained in:
2021-03-02 19:02:44 +08:00
parent 0a064a5827
commit c6ad18f556
2 changed files with 2 additions and 4 deletions
-4
View File
@@ -37,10 +37,6 @@ abstract class Callback extends HttpService
protected function clear($server, $worker_id, $message)
{
try {
fire(Event::SYSTEM_RESOURCE_CLEAN);
\logger()->insert();
Snowflake::clearProcessId($server->worker_pid);
$logger = Snowflake::app()->getLogger();