package updates

This commit is contained in:
Andras Bacsai
2023-10-09 11:45:23 +02:00
parent 25434a7acd
commit a6209fbe5c
6 changed files with 106 additions and 107 deletions

View File

@@ -51,7 +51,6 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
while (true) {
ray('checking # ' . $serverUptimeCheckNumber);
if ($serverUptimeCheckNumber >= $serverUptimeCheckNumberMax) {
send_internal_notification('Server unreachable: ' . $this->server->name);
if ($this->server->unreachable_email_sent === false) {
ray('Server unreachable, sending notification...');
$this->server->team->notify(new Unreachable($this->server));