fix
This commit is contained in:
parent
4f588ced96
commit
3a27d13c3e
1 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@
|
|||
use Illuminate\Queue\Middleware\WithoutOverlapping;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use Illuminate\Support\Arr;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
||||
|
|
@ -75,7 +74,6 @@ public function handle()
|
|||
$this->server->update([
|
||||
'unreachable_count' => 0,
|
||||
]);
|
||||
Log::info("Server {$this->server->id} is reachable.");
|
||||
} else {
|
||||
$serverUptimeCheckNumber++;
|
||||
$this->server->settings()->update([
|
||||
|
|
|
|||
Loading…
Reference in a new issue