This commit is contained in:
Andras Bacsai
2023-12-21 10:28:02 +01:00
parent 37be4a1796
commit 8939d77051
2 changed files with 4 additions and 6 deletions

View File

@@ -45,8 +45,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
public function handle()
{
if (!$this->server->isServerReady($this->tries)) {
$this->fail('Server is not reachable.');
return;
return 'Server is not reachable.';
};
try {
if ($this->server->isSwarm()) {