fix: why?!
This commit is contained in:
@@ -39,7 +39,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
||||
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
// $this->handle();
|
||||
$this->handle();
|
||||
}
|
||||
|
||||
public function handle()
|
||||
|
||||
@@ -164,6 +164,7 @@ class Server extends BaseModel
|
||||
ray('serverUptimeCheckNumberMax: ' . $serverUptimeCheckNumberMax);
|
||||
|
||||
$result = $this->validateConnection();
|
||||
ray($result);
|
||||
if ($result) {
|
||||
if ($this->unreachable_notification_sent === true) {
|
||||
$this->update(['unreachable_notification_sent' => false]);
|
||||
|
||||
Reference in New Issue
Block a user