Skip to content

Commit

Permalink
chore: Comment out server sentinel check in ServerStatusJob
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 10, 2024
1 parent 5ff0c56 commit b5d9d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/ServerStatusJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit b5d9d6e

Please sign in to comment.