diff --git a/app/Jobs/ServerStatusJob.php b/app/Jobs/ServerStatusJob.php index 0a9198d00..4ec28328f 100644 --- a/app/Jobs/ServerStatusJob.php +++ b/app/Jobs/ServerStatusJob.php @@ -44,7 +44,7 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted 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());