Update versions and add server readiness check

This commit is contained in:
Andras Bacsai
2023-11-17 13:53:56 +01:00
parent 8c73068cc7
commit d430813230
8 changed files with 148 additions and 140 deletions

View File

@@ -35,6 +35,7 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted
ray("checking server status for {$this->server->id}");
try {
if (!$this->server->checkServerRediness()) {
ray('server not ready');
return;
}
$this->cleanup(notify: false);