fix: add internal domain names during build process

This commit is contained in:
Andras Bacsai
2023-10-17 11:23:49 +02:00
parent 5d95d8b79a
commit f5ae222a6e
2 changed files with 29 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
public function handle()
{
try {
ray("checking server status for {$this->server->id}");
// ray("checking server status for {$this->server->id}");
// ray()->clearAll();
$serverUptimeCheckNumber = $this->server->unreachable_count;
$serverUptimeCheckNumberMax = 3;