exit
This commit is contained in:
@@ -33,6 +33,8 @@ class WaitForServerToConnect implements ShouldQueue, ShouldBeEncrypted
|
|||||||
|
|
||||||
if (! $process->isSuccessful()) {
|
if (! $process->isSuccessful()) {
|
||||||
logger('server not reachable');
|
logger('server not reachable');
|
||||||
|
logger('exit code' . $process->getExitCode());
|
||||||
|
logger('output');
|
||||||
logger($process->getOutput());
|
logger($process->getOutput());
|
||||||
logger($process->getErrorOutput());
|
logger($process->getErrorOutput());
|
||||||
$this->release(15);
|
$this->release(15);
|
||||||
|
|||||||
Reference in New Issue
Block a user