chore: Comment out server sentinel check in ServerStatusJob

This commit is contained in:
Andras Bacsai 2024-05-10 09:12:19 +02:00
parent 5ff0c563ec
commit b5d9d6e268

View File

@ -44,7 +44,7 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted
if ($this->server->isFunctional()) { if ($this->server->isFunctional()) {
$this->cleanup(notify: false); $this->cleanup(notify: false);
$this->removeCoolifyYaml(); $this->removeCoolifyYaml();
$this->server->checkSentinel(); // $this->server->checkSentinel();
} }
} catch (\Throwable $e) { } catch (\Throwable $e) {
send_internal_notification('ServerStatusJob failed with: ' . $e->getMessage()); send_internal_notification('ServerStatusJob failed with: ' . $e->getMessage());