feat: start Sentinel on servers.

This commit is contained in:
Andras Bacsai
2024-05-08 14:22:35 +02:00
parent 2ea27acdde
commit c618e58a11
5 changed files with 36 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted
if ($this->server->isFunctional()) {
$this->cleanup(notify: false);
$this->removeCoolifyYaml();
$this->server->checkSentinel();
}
} catch (\Throwable $e) {
send_internal_notification('ServerStatusJob failed with: ' . $e->getMessage());