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 @@ public function handle()
if ($this->server->isFunctional()) {
$this->cleanup(notify: false);
$this->removeCoolifyYaml();
$this->server->checkSentinel();
// $this->server->checkSentinel();
}
} catch (\Throwable $e) {
send_internal_notification('ServerStatusJob failed with: ' . $e->getMessage());