fix: sync upgrade process

This commit is contained in:
Andras Bacsai 2024-05-28 14:44:03 +02:00
parent a15eca137d
commit f50c483c64

View File

@ -33,7 +33,7 @@ class Upgrade extends Component
} }
$this->rateLimit(1, 60); $this->rateLimit(1, 60);
$this->updateInProgress = true; $this->updateInProgress = true;
UpdateCoolify::run(force: true, async: true); UpdateCoolify::run(force: true, async: false);
} catch (\Throwable $e) { } catch (\Throwable $e) {
return handleError($e, $this); return handleError($e, $this);
} }