mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-03 05:12:05 +00:00
Update versions and add server readiness check
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user