From 81a8785213e6f036181185f0b9d06c7ad9c32dd9 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 5 Jan 2023 13:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20Web=20=E9=87=8D=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/Cluster/Work.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Cluster/Work.php b/app/Console/Commands/Cluster/Work.php index aa254f7..621e6f0 100644 --- a/app/Console/Commands/Cluster/Work.php +++ b/app/Console/Commands/Cluster/Work.php @@ -180,7 +180,7 @@ private function dispatchEvent($event, $message = []): void 'cluster.restart.web' => function () { $this->info('正在重启 Web。'); - exec('supervisorctl restart lae-web:*'); + exec('php artisan octane:reload'); Cluster::publish('cluster.restarted.web');