retries on waitForServerToConnect
This commit is contained in:
@@ -13,6 +13,9 @@ class WaitForServerToConnect implements ShouldQueue, ShouldBeEncrypted
|
|||||||
{
|
{
|
||||||
use Queueable;
|
use Queueable;
|
||||||
|
|
||||||
|
public int $retryAfter = 15;
|
||||||
|
public int $tries = 40;
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
protected Server $server,
|
protected Server $server,
|
||||||
protected string $rootPassword,
|
protected string $rootPassword,
|
||||||
|
|||||||
Reference in New Issue
Block a user