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