改进 Web 重启
This commit is contained in:
parent
57e9d12b0a
commit
81a8785213
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user