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');