Do not report server is not ready
This commit is contained in:
parent
68fe886fb0
commit
910a1f43a9
@ -37,10 +37,10 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
|||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
|
if (!$this->server->isServerReady($this->tries)) {
|
||||||
|
throw new \RuntimeException('Server is not ready.');
|
||||||
|
};
|
||||||
try {
|
try {
|
||||||
if (!$this->server->isServerReady($this->tries)) {
|
|
||||||
throw new \RuntimeException('Server is not ready.');
|
|
||||||
};
|
|
||||||
if ($this->server->isFunctional()) {
|
if ($this->server->isFunctional()) {
|
||||||
$this->cleanup(notify: false);
|
$this->cleanup(notify: false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user