chore: Comment out server sentinel check in ServerStatusJob
This commit is contained in:
parent
5ff0c563ec
commit
b5d9d6e268
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue