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