fix: sync upgrade process
This commit is contained in:
parent
a15eca137d
commit
f50c483c64
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user