This commit is contained in:
Andras Bacsai
2023-12-19 15:36:59 +01:00
parent 0126286731
commit ba769f5fb7
2 changed files with 3 additions and 3 deletions

View File

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