chore: Comment out server sentinel check in ServerStatusJob
This commit is contained in:
parent
5ff0c563ec
commit
b5d9d6e268
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user