disable tcp proxy notification

This commit is contained in:
Andras Bacsai 2024-11-08 09:18:43 +01:00
parent ea9892dca8
commit e69b0ca1a9
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ public function handle(Server $server, ?Collection $containers = null, ?Collecti
})->first();
if (! $foundTcpProxy) {
StartDatabaseProxy::run($database);
$this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$database->name}", $this->server));
// $this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$database->name}", $this->server));
}
}
} else {

View file

@ -259,7 +259,7 @@ private function checkContainers()
})->first();
if (! $foundTcpProxy) {
StartDatabaseProxy::run($database);
$this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$database->name}", $this->server));
// $this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$database->name}", $this->server));
}
}
}