fix: do not reset unreachable count

This commit is contained in:
Andras Bacsai 2023-10-09 12:41:21 +02:00
parent 12bb2ecc4a
commit f14995200b

View File

@ -59,9 +59,6 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
$this->server->settings()->update([
'is_reachable' => false,
]);
$this->server->update([
'unreachable_count' => 0,
]);
return;
}
$result = $this->server->validateConnection();