fix: why?!
This commit is contained in:
parent
51db2f797d
commit
694169bb84
@ -39,7 +39,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
|||||||
|
|
||||||
public function __construct(public Server $server)
|
public function __construct(public Server $server)
|
||||||
{
|
{
|
||||||
// $this->handle();
|
$this->handle();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
|
@ -164,6 +164,7 @@ class Server extends BaseModel
|
|||||||
ray('serverUptimeCheckNumberMax: ' . $serverUptimeCheckNumberMax);
|
ray('serverUptimeCheckNumberMax: ' . $serverUptimeCheckNumberMax);
|
||||||
|
|
||||||
$result = $this->validateConnection();
|
$result = $this->validateConnection();
|
||||||
|
ray($result);
|
||||||
if ($result) {
|
if ($result) {
|
||||||
if ($this->unreachable_notification_sent === true) {
|
if ($this->unreachable_notification_sent === true) {
|
||||||
$this->update(['unreachable_notification_sent' => false]);
|
$this->update(['unreachable_notification_sent' => false]);
|
||||||
|
@ -7,7 +7,7 @@ return [
|
|||||||
|
|
||||||
// The release version of your application
|
// The release version of your application
|
||||||
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
|
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
|
||||||
'release' => '4.0.0-beta.169',
|
'release' => '4.0.0-beta.170',
|
||||||
// When left empty or `null` the Laravel environment will be used
|
// When left empty or `null` the Laravel environment will be used
|
||||||
'environment' => config('app.env'),
|
'environment' => config('app.env'),
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return '4.0.0-beta.169';
|
return '4.0.0-beta.170';
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "3.12.36"
|
"version": "3.12.36"
|
||||||
},
|
},
|
||||||
"v4": {
|
"v4": {
|
||||||
"version": "4.0.0-beta.169"
|
"version": "4.0.0-beta.170"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user